Transforms chunks from one value to another.
--1----2----3----4----|map((x) => x + 1)--2----3----4----5----| Copy
--1----2----3----4----|map((x) => x + 1)--2----3----4----5----|
Generated using TypeDoc
Transforms chunks from one value to another.