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