ReadonlyContainer<T> Interface

    Package: @esfx/collection-core

    A ReadonlyContainer<T> describes a container object, such as an Array, Set, or WeakSet, that can contain other values.

    Declaration
    export interface ReadonlyContainer<T> 

    Methods

    [ReadonlyContainer.has](value)

    Tests whether an element is present in the container.

    Declaration
    [ReadonlyContainer.has](value: T): boolean;
    Parameters
    value
    T

    Returns
    boolean

    • Improve this Doc
    Generated by DocFX