advanced-security/qtil-swift
0.0.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Repeats this character n times, where n is a non-negative integer.
For example, charOf("a").repeat(3) will yield the string “aaa”.
charOf("a").repeat(3)
string repeat(int n)