• Bounds-checked array access to first element

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

    Type Parameters

    • T

    Parameters

    • array: readonly T[]

      The array

    Returns T

    First value of array

Generated using TypeDoc