hunt-console ~master (2021-10-29T03:43:53Z)
Home
Dub
Repo
StringUtils.repeat
hunt
console
util
StringUtils
StringUtils
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
Source
See Implementation
hunt
console
util
StringUtils
StringUtils
static functions
count
join
ltrim
padLeft
padRight
repeat
rtrim
split
stripTags
unquote