Module brownstone::move_builder[][src]

Expand description

A misuse-immune array builder.

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.