StringUtils.repeat

Undocumented in source. Be warned that the author may not have intended to support it.
class StringUtils
static
string
repeat
(
T
)
(
string s
,
T n
)
if (
is(T == int) ||
is(T == ulong)
||
is(T == uint)
||
is(T == long)
)

Meta