FixedSizeIndexedCollection Namespace

    Package: @esfx/collection-core

    Functions

    hasInstance(value)

    Tests whether a value supports the minimal representation of a FixedSizeIndexedCollection.

    Declaration
    function hasInstance<T>(value: Iterable<T>): value is FixedSizeIndexedCollection<T>;
    Type Parameters
    T

    Parameters
    value
    Iterable<T>

    Returns
    value is FixedSizeIndexedCollection<T>

    hasInstance(value)

    Tests whether a value supports the minimal representation of a FixedSizeIndexedCollection.

    Declaration
    function hasInstance(value: unknown): value is FixedSizeIndexedCollection<unknown>;
    Parameters
    value
    unknown

    Returns
    value is FixedSizeIndexedCollection<unknown>

    Variables

    name

    Declaration
    name = "FixedSizeIndexedCollection"

    setAt

    A well-known symbol used to define the FixedSizeIndexedCollection#[FixedSizeIndexedCollection.setAt] method.

    Declaration
    setAt: unique symbol
    Generated by DocFX