Macro awint_internals::for_each[][src]

macro_rules! for_each {
    ($lhs:ident, $x:ident, $f:block) => { ... };
    ($lhs:ident, $x:ident, $range:block $f:block) => { ... };
}
Expand description

f(x) is run on every digit from first to last.