Typed API (TypeDoc) / ISortable
Interface: ISortable<V>
Defined in: sort/index.ts:12
Extended by
Type Parameters
V
V
Value type.
Methods
sort()
sort(
cmp?):void
Defined in: sort/index.ts:18
Sort the structure using the provided comparator.
Parameters
cmp?
Comparator<V>
Optional comparator; falls back to the internal one.
Returns
void