public native operator*=( readonly count as UInt ) as String
Repeats this string in place.
This string after repetition.
text = "ha" text *= 2u assert text == "haha"