[−][src]Macro sp_runtime::count
Calls a given macro a number of times with a set of fixed params and an incrementing numeral. e.g.
count!(println ("{}",) foo, bar, baz);
// Will result in three `println!`s: "0", "1" and "2".
Calls a given macro a number of times with a set of fixed params and an incrementing numeral. e.g.
count!(println ("{}",) foo, bar, baz);
// Will result in three `println!`s: "0", "1" and "2".