effect-io-ai

Package: effect
Module: List

List.tail

Returns the tail of the specified list, or None if the list is empty.

Signature

declare const tail: <A>(self: List<A>) => Option.Option<List<A>>

Source

Since v2.0.0