skipOverBackShortestOf

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