MostAndTail function
Fully qualified name: Std.Arrays.MostAndTail
function MostAndTail<'A>(array : 'A[]) : ('A[], 'A)
Returns a tuple of all but one and the last element of the array.
The type of the array elements.
An array with at least one element.
A tuple of all but one and the last element of the array.