Returns all elements in an array except for the first one
tail([1, 2, 3]); // [2, 3]
Generated using TypeDoc
Returns all elements in an array except for the first one
Example