phobos-next ~master (2022-05-18T09:58:38.2169964)
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.