tail
tail<
A>(data):Option<readonlyA[]>
Defined in: Core/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”Option<readonly A[]>