effect-io-ai

Package: effect
Module: MutableList

MutableList.append

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>; }

Source

Since v2.0.0