findSplit.findSplit

Undocumented in source. Be warned that the author may not have intended to support it.
template findSplit(needles...)
@trusted
findSplit
(
Haystack
)
(
const scope return Haystack haystack
)
if (
is(typeof(Haystack.init[0 .. 0])) &&
is(typeof(Haystack.init[0]) : char)
&&
isASCII!(needles[0])
)
if (
needles.length == 1 &&
isExpressions!needles
)

Meta