Package: effect
Module: List
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>; }
Since v2.0.0