phobos-next v0.1.0 (2016-04-10T11:57:37Z)
Home
Dub
Repo
skipOverBackShortestOf
skip_ex
Undocumented in source. Be warned that the author may not have intended to support it.
@
trusted
size_t
skipOverBackShortestOf
(
alias
pred
= "a == b"
Range
Ranges
...
)
(
ref
Range
haystack
,
Ranges
needles
)
if
(
Ranges.length
>= 2 &&
is
(
typeof
(
startsWith
!
pred
(
haystack
,
needles
)))
)
Meta
Source
See Implementation
skip_ex
aliases
skipBacks
skipFronts
functions
skipOverBack
skipOverBackShortestOf
skipOverEither
skipOverLongestOf
skipOverPrefixes
skipOverShortestOf
skipOverSuffixes