Package: effect Module: TArray
effect
TArray
The first entry of the array, if it exists.
Signature
declare const headOption: <A>(self: TArray<A>) => STM.STM<Option.Option<A>>
Source
Since v2.0.0