Macro zerotrie::builder::konst::store::const_for_each

source ยท
macro_rules! const_for_each {
    ($safe_const_slice:expr, $item:tt, $inner:expr) => { ... };
}
Expand description

Evaluates a block over each element of a const slice. Takes three arguments:

  1. Expression that resolves to the ConstSlice.
  2. Token that will be assigned the value of the element.
  3. Block to evaluate for each element.