Package: effect
Module: Chunk
Creates a Chunk of values not included in the other given Chunk.
The order and references of result values are determined by the first Chunk.
Signature
declare const difference: { <A>(that: Chunk<A>): (self: Chunk<A>) => Chunk<A>; <A>(self: Chunk<A>, that: Chunk<A>): Chunk<A>; }
Since v3.2.0