Macro cp_library_rs::cfor

source ·
macro_rules! cfor {
    ($def:stmt ; $fin:expr ; $incr:stmt ;; $bl:block) => { ... };
}
Expand description

Cスタイルのfor文

cfor! {define ; finish ; increment ;; {
    block
}}