zio.ChunkBuilder
See theChunkBuilder companion object
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.
Attributes
- Companion:
- object
- Graph
- Supertypes
- Known subtypes