Lodash.padStart

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

struct Lodash
nothrow @trusted @safe ref
padStart
(
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