splitterASCIIAmong.splitterASCIIAmong

Undocumented in source. Be warned that the author may not have intended to support it.
template splitterASCIIAmong(separators...)
splitterASCIIAmong
(
Range
)
(
return Range r
)
if (
is(typeof(Range.init[0 .. 0])) &&
is(typeof(Range.init[0]) : char)
&&
allSatisfy!(isASCII, separators)
)
if (
separators.length != 0 &&
isExpressions!separators
)

Meta