findSplitAmong.findSplitAmong

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

Meta