effect-io-ai

Package: effect
Module: MutableList

MutableList.pop

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

Signature

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

Source

Since v0.0.1