Lodash.split

Splits string by separator.

struct Lodash
nothrow @trusted @safe ref
split
(
T
U
)
(
auto ref T separator
,
auto ref U limit
)

Return Value

Type: auto ref

- Lodash chained on (Array): the string segments.

Meta