Package: effect Module: MutableList
effect
MutableList
Returns the first element of the list, if it exists.
Signature
declare const head: <A>(self: MutableList<A>) => A | undefined
Source
Since v2.0.0