Takaro - v0.4.11
    Preparing search index...
    • Gets the element at index n of array. If n is negative, the nth element from the end is returned.

      Type Parameters

      • T

      Parameters

      • array: List<T> | null | undefined

        array The array to query.

      • Optionaln: number

      Returns T | undefined

      Returns the nth element of array.