Preparing search index...
The search index is not available
Documentation
Documentation
it-sort
default
Function default
default
<
T
>
(
source
,
sorter
)
:
Generator
<
T
,
void
,
undefined
>
Collects all values from an async iterator, sorts them using the passed function and yields them
Type Parameters
T
Parameters
source
:
Iterable
<
T
>
sorter
:
CompareFunction
<
T
>
Returns
Generator
<
T
,
void
,
undefined
>
default
<
T
>
(
source
,
sorter
)
:
AsyncGenerator
<
T
,
void
,
undefined
>
Type Parameters
T
Parameters
source
:
Iterable
<
T
>
|
AsyncIterable
<
T
>
sorter
:
CompareFunction
<
T
>
Returns
AsyncGenerator
<
T
,
void
,
undefined
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Collects all values from an async iterator, sorts them using the passed function and yields them