Algorand TypeScript
    Preparing search index...

    Class ReferenceArray<TItem>

    An in memory mutable array which is passed by reference

    Type Parameters

    • TItem

    Indexable

    • [index: uint64]: TItem

      Get or set the item at the specified index. Negative indexes are not supported

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    Methods

    • Push a number of items into this array

      Parameters

      • ...items: TItem[]

        The items to be added to this array

      Returns void