ichigyou
    Preparing search index...

    Function first

    • Gets the first element of an array.

      Type Parameters

      • T

      Parameters

      • arr: T[]

        The array to get the first element from.

      Returns T

      The first element of the array.