Package: effect
Module: MutableList
Prepends the specified value to the beginning of the list.
Signature
declare const prepend: { <A>(value: A): (self: MutableList<A>) => MutableList<A>; <A>(self: MutableList<A>, value: A): MutableList<A>; }
Since v2.0.0