fn char_repeat(c: char, n: usize) -> String
Expand description

Repeat a character a number of times.