replicate -package:Cabal -package:base -package:bytestring -package:conduit -package:vector -package:dlist -package:hedgehog -package:mono-traversable 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 ' '
"    "