char_repeat

Function char_repeat 

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

Repeat a character a number of times.