Lodash.startsWith

Splits string by separator.

struct Lodash
nothrow @trusted @safe ref
startsWith
(
T
U = Any
)
(
auto ref T target
,
auto ref U position = U.init
)

Return Value

Type: auto ref

- Lodash chained on (boolean): true if string starts with target, else false.

Meta