Expand description
A misuse-immune array builder. See ArrayBuilder
for details and examples.
Structs§
- Misuse-immune array builder
Enums§
- The result of pushing to an
ArrayBuilder
. If the push resulted in a full array, the array is returned directly; otherwise, the builder is returned with updated state. SeeArrayBuilder
for details and examples.