Package: effect
Module: Iterable
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]>; }
Since v2.0.0