effect-io-ai

Package: effect
Module: Iterable

Iterable.appendAll

Concatenates two iterables, combining their elements.

Signature

declare const appendAll: { <B>(that: Iterable<B>): <A>(self: Iterable<A>) => Iterable<A | B>; <A, B>(self: Iterable<A>, that: Iterable<B>): Iterable<A | B>; }

Source

Since v2.0.0