effect-io-ai

Package: effect
Module: List

List.append

Appends the specified element to the end of the List, creating a new Cons.

Signature

declare const append: { <B>(element: B): <A>(self: List<A>) => Cons<A | B>; <A, B>(self: List<A>, element: B): Cons<A | B>; }

Source

Since v2.0.0