Package: effect Module: MutableList
effect
MutableList
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