Algorand TypeScript
    Preparing search index...

    Class Arc4ArrayBase<TItem>Abstract

    A base type for arc4 array types

    Type Parameters

    Hierarchy

    Implements

    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

    • Creates a string by concatenating all the items in the array delimited by the specified separator (or ',' by default)

      Parameters

      • Optionalseparator: string

      Returns string

      Join is not supported in Algorand TypeScript

    • Returns TItem[]

      Array slicing is not yet supported in Algorand TypeScript Create a new Dynamic array with all items from this array

    • Parameters

      Returns TItem[]

      Array slicing is not yet supported in Algorand TypeScript Create a new DynamicArray with all items up till end. Negative indexes are taken from the end.

    • Parameters

      Returns TItem[]

      Array slicing is not yet supported in Algorand TypeScript Create a new DynamicArray with items from start, up until end Negative indexes are taken from the end.