ReadonlySortedSet<T> Interface

    Package: @esfx/collections-sortedset
    Declaration
    export interface ReadonlySortedSet<T> extends ReadonlySet<T>, ReadonlyCollection<T> 
    Inheritance
    ReadonlySet<T>
    ReadonlyCollection<T>
    ReadonlySortedSet<T>
    Inherited Members
    [ReadonlyCollection.size]

    Properties

    comparer

    Declaration
    readonly comparer: Comparer<T>;
    Property Value
    Comparer<T>

    Methods

    [Symbol.iterator]()

    Declaration
    [Symbol.iterator](): IterableIterator<T>;
    Returns
    IterableIterator<T>

    Generated by DocFX