effect-io-ai

Package: effect
Module: Array

Array.tail

Get all but the first element of an Iterable, creating a new Array, or None if the Iterable is empty.

Signature

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

Source

Since v2.0.0