effect-io-ai

Package: effect
Module: Iterable

Iterable.flatten

Flattens an Iterable of Iterables into a single Iterable

Signature

declare const flatten: <A>(self: Iterable<Iterable<A>>) => Iterable<A>

Source

Since v2.0.0