cfunction src/core/string.c on line 203, column 1 (string/repeat bytes n) Returns a string that is `n` copies of `bytes` concatenated.
(string/repeat "moshi" 2) # => "moshimoshi"