effect-io-ai

Package: effect
Module: Chunk

Chunk.zipWith

Zips this chunk pointwise with the specified chunk using the specified combiner.

Signature

declare const zipWith: { <A, B, C>(that: Chunk<B>, f: (a: A, b: B) => C): (self: Chunk<A>) => Chunk<C>; <A, B, C>(self: Chunk<A>, that: Chunk<B>, f: (a: A, b: B) => C): Chunk<C>; }

Source

Since v2.0.0