effect-io-ai

Package: effect
Module: Chunk

Chunk.zip

Zips this chunk pointwise with the specified chunk.

Signature

declare const zip: { <B>(that: Chunk<B>): <A>(self: Chunk<A>) => Chunk<[A, B]>; <A, B>(self: Chunk<A>, that: Chunk<B>): Chunk<[A, B]>; }

Source

Since v2.0.0