constructor Method

Construct a new OrderedSet.

OrderedSet<T>(compare: OrderedComparator<T, T>, clone: CloneFunction<T> = shallowClone): OrderedSet<T>

Parameter Type Description
compare OrderedComparator<T, T> The function used to compare elements within the set, determining their ordering.
clone CloneFunction<T> The function invoked to clone a new element for insertion into the set. The default implementation simply returns its input.

Returns - OrderedSet<T>

Defined in

Last Updated: 12 June, 2024