https://doc.rust-lang.org/1.14.0/std/primitive.str.html#method.repeat fn repeat(&self, n: usize) -> String Unstable (repeat_str #37079) Create a String by repeating a string n times.
↓
https://doc.rust-lang.org/std/primitive.str.html#method.repeat fn repeat(&self, n: usize) -> String 1.16.0 Create a String by repeating a string n times.