Macro pf_rs::cfor[][src]

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