brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
collect
Function collect
collect
<
T
,
E
>
(
results
:
Result
<
T
,
E
>
[]
)
:
Result
<
T
[]
,
E
>
Collects an array of Results into a Result of an array. Short-circuits on the first Err.
Type Parameters
T
E
Parameters
results
:
Result
<
T
,
E
>
[]
Returns
Result
<
T
[]
,
E
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
Getting Started
brepjs API Reference
Loading...
Collects an array of Results into a Result of an array. Short-circuits on the first Err.