phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
findSplitAmong.findSplitAmong
nxt
find_split_ex
findSplitAmong
Undocumented in source. Be warned that the author may not have intended to support it.
template
findSplitAmong
(needles...)
@
trusted
auto
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
Source
See Implementation
nxt
find_split_ex
findSplitAmong
functions
findSplitAmong