macro_rules! cfor { ($init: stmt; $cond: expr; $step: expr; $body: block) => { ... }; }
Implements a C-style for loop, for use in const fn.