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