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