effect-io-ai

Package: effect
Module: MutableList

MutableList.head

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