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