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