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