Skip to main content

const_for

Macro const_for 

Source
macro_rules! const_for {
    ($i:ident in ($f:expr, $t:expr) $b:block) => { ... };
}