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