phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
startsWith.startsWith
nxt
algorithm_ex
startsWith
Undocumented in source. Be warned that the author may not have intended to support it.
template
startsWith
(needles...)
@
trusted
uint
startsWith
(
Haystack
)
(
Haystack
haystack
)
if
(
!
is
(
CommonType
!(
typeof
(
Haystack.front
),
needles
) ==
void
)
)
if
(
isExpressionTuple
!
needles
&&
needles.length
!= 0
)
Meta
Source
See Implementation
nxt
algorithm_ex
startsWith
functions
startsWith