effect-io-ai

Package: effect
Module: List

List.head

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

Signature

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

Source

Since v2.0.0