A ChunkBuilder[A] can build a Chunk[A] given elements of type A.
ChunkBuilder is a mutable data structure that is implemented to efficiently
build chunks of unboxed primitives and for compatibility with the Scala
collection library.
- Companion:
- object