effect-io-ai

Package: effect
Module: Chunk

Chunk.append

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

Source

Since v2.0.0