phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
skipOverBackShortestOf
nxt
skip_ex
Skip Over Back Shortest Match of
needles
in
haystack
.
@
trusted
size_t
skipOverBackShortestOf
(
alias
pred
= "a == b"
Range
Ranges
...
)
(
scope
ref
Range
haystack
,
scope
Ranges
needles
)
if
(
Ranges.length
>= 2
)
Meta
Source
See Implementation
nxt
skip_ex
functions
skipOverBack
skipOverBackShortestOf
skipOverEither
skipOverFrontAndBack
skipOverLongestOf
skipOverPrefixes
skipOverShortestOf
skipOverSuffixes
Skip Over Back Shortest Match of needles in haystack.