@ac-essentials/misc-util
    Preparing search index...

    Class NativeListCollection<T>

    Interface representing a collection of elements.

    Type Parameters

    • T

      The type of elements in the collection.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    capacity: number = Infinity

    The maximum number of elements the collection can hold. If the collection is unbounded, this will be Infinity.

    data: NativeArray<T>

    Methods