Gets an object that provides hierarchical relationships.
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]] with a navigable hierarchy that is inherently ordered.