Lodash.repeat

Repeats the given string n times.

struct Lodash
nothrow @trusted @safe ref
repeat
(
T = Any
)
(
auto ref T radix = T.init
)

Return Value

Type: auto ref

- Lodash chained on (string): the repeated string.

Meta