brownstone

Module move_builder

Source
Expand description

A misuse-immune array builder. See ArrayBuilder for details and examples.

Structs§

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. See ArrayBuilder for details and examples.