Package: effect Module: Array
effect
Array
Get all but the first element of an Iterable, creating a new Array, or None if the Iterable is empty.
Iterable
None
Signature
declare const tail: <A>(self: Iterable<A>) => Option.Option<Array<A>>
Source
Since v2.0.0