Expand description
This module contains internal collections for the const builder.
MacrosΒ§
- const_
for_ πeach - Evaluates a block over each element of a const slice. Takes three arguments:
StructsΒ§
- Const
Array πBuilder - A const-friendly mutable data structure backed by an array.
- Const
Lengths πStack - A data structure that holds up to K
BranchMetaitems. - Const
Slice π - A const-friendly slice type. It is backed by a full slice but is primarily intended to represent subslices of the full slice. We need this only because we canβt take subslices in const Rust.