effect-io-ai

Package: effect
Module: Iterable

Iterable.cartesian

Zips this Iterable crosswise with the specified Iterable.

Signature

declare const cartesian: { <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