Signature
path=null start=null
Type Parameters
- T
Parameters
- arr:
T[]- The array to get the last element from.
Returns
T - The last element of the array.
Gets the last element of an array.
T[] - The array to get the last element from.T - The last element of the array.