Methods

*ΒΆ

*(s:Str, n:Int)

Repeat string n times
Source: stdlib.ngs:2379

Example

"abc" * 3  # "abcabcabc"