phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
splitterASCIIAmong.splitterASCIIAmong
nxt
splitter_ex
splitterASCIIAmong
Undocumented in source. Be warned that the author may not have intended to support it.
template
splitterASCIIAmong
(separators...)
auto
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
Source
See Implementation
nxt
splitter_ex
splitterASCIIAmong
functions
splitterASCIIAmong