Package: effect Module: Chunk
effect
Chunk
Takes a Chunk of pairs and return two corresponding Chunks.
Note: The function is reverse of zip.
zip
Signature
declare const unzip: <A, B>(self: Chunk<readonly [A, B]>) => [Chunk<A>, Chunk<B>]
Source
Since v2.0.0