qtil
advanced-security/qtil-swift 0.0.3
Search

Member predicate Char::repeat

Repeats this character n times, where n is a non-negative integer.

For example, charOf("a").repeat(3) will yield the string “aaa”.

string repeat(int n)