Chunk is an immutable, array-like data structure optimized for efficient appends and concatenations.
Type Definition
Constructors
empty
Creates an emptyChunk.
make
Creates aChunk from values.
fromIterable
Creates aChunk from an iterable.
Operations
append
Appends an element to aChunk.
map
Transforms elements in aChunk.
flatMap
Maps and flattens aChunk.