ReadonlySortedSet<T> Interface
Package: @esfx/collections-sortedset
Declaration
export interface ReadonlySortedSet<T> extends ReadonlySet<T>, ReadonlyCollection<T>
Inherited Members
Properties
comparer
Declaration
readonly comparer: Comparer<T>;
Property Value
Comparer<T>
Methods
[Symbol.iterator]()
Declaration
[Symbol.iterator](): IterableIterator<T>;
Returns
IterableIterator<T>