tail
tail<
A>(data):Maybe<readonlyA[]>
Defined in: Utils/Arr.ts:57
Returns all elements except the first, or None if the array is empty.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”readonly A[]
Returns
Section titled “Returns”Maybe<readonly A[]>