cfor

Macro cfor 

Source
macro_rules! cfor {
    ($init: stmt; $cond: expr; $step: expr; $body: block) => { ... };
}
Expand description

Implements a C-style for loop, for use in const fn.