macro_rules! const_for_unroll2 {
(($i:ident in $start:tt.. $end:tt) $code:expr) => { ... };
}Expand description
Allows for loop in constant context, with 2 stages loop unroll
optimization.
macro_rules! const_for_unroll2 {
(($i:ident in $start:tt.. $end:tt) $code:expr) => { ... };
}Allows for loop in constant context, with 2 stages loop unroll
optimization.