constructor Method

Construct a new ReadonlyOrderedSet.

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

Parameter Type Description
compare OrderedComparator<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 - ReadonlyOrderedSet<T>

Defined in

Last Updated: 13 May, 2024