Macro for_loop

Source
macro_rules! for_loop {
    ($init:stmt;  $end:expr; $update:stmt; $b:block) => { ... };
}
Expand description

C言語風のfor文