Preparing search index...
The search index is not available
iteragain - v4.1.5
iteragain
sort
sort
Function sort
sort
<
T
>
(
comparator
?
)
:
(
(
arg
:
T
)
=>
IterableIterator
<
IterSource
<
T
>
>
)
Collects all values from the input iterator, then sorts them.
Type Parameters
T
extends
IteratorOrIterable
<
unknown
>
Parameters
Optional
comparator
:
(
(
a
:
IterSource
<
T
>
,
b
:
IterSource
<
T
>
)
=>
number
)
(
a
,
b
)
:
number
Parameters
a
:
IterSource
<
T
>
b
:
IterSource
<
T
>
Returns
number
Returns
(
(
arg
:
T
)
=>
IterableIterator
<
IterSource
<
T
>
>
)
(
arg
)
:
IterableIterator
<
IterSource
<
T
>
>
Parameters
arg
:
T
Returns
IterableIterator
<
IterSource
<
T
>
>
sort
<
T
>
(
arg
,
comparator
?
)
:
IterableIterator
<
IterSource
<
T
>
>
Type Parameters
T
extends
IteratorOrIterable
<
unknown
>
Parameters
arg
:
T
Optional
comparator
:
(
(
a
:
IterSource
<
T
>
,
b
:
IterSource
<
T
>
)
=>
number
)
(
a
,
b
)
:
number
Parameters
a
:
IterSource
<
T
>
b
:
IterSource
<
T
>
Returns
number
Returns
IterableIterator
<
IterSource
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
iteragain - v4.1.5
arrayLike
arrayLike
chunks
chunks
combinations
combinations
compress
compress
concat
concat
consume
consume
count
count
cycle
cycle
distribute
distribute
divide
divide
dropWhile
dropWhile
empty
empty
enumerate
enumerate
every
every
filter
filter
filterMap
filterMap
find
find
findIndex
findIndex
flatMap
flatMap
flatten
flatten
forEach
forEach
groupBy
groupBy
includes
includes
index
internal
CachedIterator
CachedIterator
ChunksIterator
ChunksIterator
CombinationsIterator
CombinationsIterator
CompressIterator
CompressIterator
ConcatIterator
ConcatIterator
CycleIterator
CycleIterator
DropWhileIterator
DropWhileIterator
EmptyIterator
EmptyIterator
ExtendedIterator
ExtendedIterator
FilterIterator
FilterIterator
FilterMapIterator
FilterMapIterator
FlatMapIterator
FlatMapIterator
FlattenIterator
FlattenIterator
FunctionIterator
FunctionIterator
GroupByIterator
GroupByIterator
MapIterator
MapIterator
ObjectIterator
ObjectIterator
PairwiseIterator
PairwiseIterator
PermutationsIterator
PermutationsIterator
ProductIterator
ProductIterator
RangeIterator
RangeIterator
RepeatIterator
RepeatIterator
ResumeIterator
ResumeIterator
RoundrobinIterator
RoundrobinIterator
SeekableIterator
SeekableIterator
SliceIterator
SliceIterator
TakeWhileIterator
TakeWhileIterator
TapIterator
TapIterator
TeedIterator
TeedIterator
TriplewiseIterator
TriplewiseIterator
WindowsIterator
WindowsIterator
ZipIterator
ZipIterator
ZipLongestIterator
ZipLongestIterator
isIterable
isIterable
isIterator
isIterator
iter
iter
length
length
map
map
max
max
min
min
minmax
minmax
nth
nth
pairwise
pairwise
partition
partition
permutations
permutations
pipe
pipe
pluck
pluck
product
product
promiseAll
promiseAll
promiseRace
promiseRace
quantify
quantify
range
range
reduce
reduce
repeat
repeat
resume
resume
reverse
reverse
roundrobin
roundrobin
seekable
seekable
shuffle
shuffle
slice
slice
some
some
sort
sort
spy
spy
take
take
takeWhile
takeWhile
tap
tap
tee
tee
toArray
toArray
toIterableIterator
toIterableIterator
toIterator
toIterator
triplewise
triplewise
types
Fn
Awaited
Callback
FlattenDeep
FlattenDepth1
FlattenDepth2
FlattenDepth3
FlattenDepth4
FlattenDepth5
IntRange
Iteratee
IteratorOrIterable
IterSource
ItOrCurriedIt
KeyIdentifier
KeyIdentifiersValue
MapToSource
ObjectEntry
Predicate
ShiftArr
StrictPredicate
Tuple
UnconstrainedTuple
UniqueParams
unique
unique
unzip
unzip
windows
windows
zip
zip
zipLongest
zipLongest
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Collects all values from the input iterator, then sorts them.