replicate -package:Cabal -package:memory -package:conduit -package:dlist -package:vector package:yi-rope

Replicate the given YiString set number of times, concatenating the results. Also see replicateChar.
Replicate the given character set number of times and pack the result into a YiString.
>>> replicateChar 4 ' '
"    "