cfunction (string/repeat bytes n) Returns a string that is n copies of bytes concatenated.
(string/repeat "moshi" 2) # => "moshimoshi"