parseDelimited

Undocumented in source. Be warned that the author may not have intended to support it.
string[]
parseDelimited
(
T
)
(,
const ubyte delim
,
bool useLookBehind = false
,
const ubyte lookBehind = ubyte.init
)
if (
isInputRange!T &&
is(ElementType!T == ubyte)
)

Meta