The type of the elements of source.
The type of the key returned by keySelector.
A function to extract a key from an element.
Optional
comparer: ((fst, snd) => number) = defaultSorterA comparer to compare keys.
An ordered async-iterable whose elements are sorted according to a key and comparer.
Generated using TypeDoc
Performs a subsequent ordering of the elements in a sequence in ascending order according to a key using a specified comparer.