Creates a subsequent OrderedIterable
whose elements are also ordered by the provided key.
A callback used to select the key for an element.
A callback used to select the key for an element.
A callback used to compare two keys.
A value indicating whether to sort in descending (true
) or ascending (false
) order.
Generated using TypeDoc
Represents an [[Iterable]] that is inherently ordered.