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