Package: effect
Module: MutableList
Appends the specified element to the end of the MutableList.
Signature
declare const append: { <A>(value: A): (self: MutableList<A>) => MutableList<A>; <A>(self: MutableList<A>, value: A): MutableList<A>; }
Since v2.0.0