• Bounds-checked array access

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

    Type Parameters

    • T

    Parameters

    • index: number

      The index

    • array: readonly T[]

      The array

    Returns T

    Value at index

Generated using TypeDoc