string string::Repeat(const string&in str, int count)
Repeats a the given string count times.
count
string str
string
str
int count
int