ichigyou
    Preparing search index...

    Function last

    • Gets the last element of an array.

      Type Parameters

      • T

      Parameters

      • arr: T[]

        The array to get the last element from.

      Returns T

      The last element of the array.