Skip to main content

Module store

Module store 

Source
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Β§

ConstArrayBuilder πŸ”’
A const-friendly mutable data structure backed by an array.
ConstLengthsStack πŸ”’
A data structure that holds up to K BranchMeta items.
ConstSlice πŸ”’
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.