skipOverBackShortestOf

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