• Bounds-checked array access

    An out-of-bounds access is considered an error.

    Returns

    Value at index

    Type Parameters

    • T

    Parameters

    • index: number

      The index

    • array: readonly T[]

      The array

    Returns T

Generated using TypeDoc