Lodash.padEnd

Pads string on the right side if it's shorter than length. Padding characters are truncated if they exceed length.

struct Lodash
nothrow @trusted @safe ref
padEnd
(
T = Any
U = Any
)
(
auto ref T length = T.init
,
auto ref U chars = U.init
)

Return Value

Type: auto ref

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

Meta