Package: effect
Module: Stream
Submerges the iterables carried by this stream into the stream’s structure, while still preserving them.
Signature
declare const flattenIterables: <A, E, R>(self: Stream<Iterable<A>, E, R>) => Stream<A, E, R>
Since v2.0.0