Package: effect
Module: Chunk
Creates a Chunk of unique values that are included in all given Chunks.
The order and references of result values are determined by the Chunk.
Signature
declare const intersection: { <A>(that: Chunk<A>): <B>(self: Chunk<B>) => Chunk<A & B>; <A, B>(self: Chunk<A>, that: Chunk<B>): Chunk<A & B>; }
Since v2.0.0