Package: effect Module: List
effect
List
Returns the tail of the specified list, or None if the list is empty.
None
Signature
declare const tail: <A>(self: List<A>) => Option.Option<List<A>>
Source
Since v2.0.0