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 iterable sequence whose elements are sorted according to a key and comparer.
Generated using TypeDoc
Sorts the elements of a sequence in ascending order according to a key by using a specified comparer.