fn function(x: usize) { print!("{};", x); } fn main() { repeat(function, 4); }