effect-io-ai

Package: effect
Module: MutableList

MutableList.shift

Removes the first value from the list and returns it, if it exists.

Signature

declare const shift: <A>(self: MutableList<A>) => A | undefined

Source

Since v0.0.1