ReadonlyHashSet<T> Interface

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

    Properties

    equaler

    Declaration
    readonly equaler: Equaler<T>;
    Property Value
    Equaler<T>

    Methods

    [Symbol.iterator]()

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

    Generated by DocFX