setIntersectionFast

Get intersection of ranges.

MoveableSortedRange!(SetIntersectionFast!(less, preferredSearchPolicy, Rs))
setIntersectionFast
(
alias less = "a < b"
SearchPolicy preferredSearchPolicy = SearchPolicy.gallop
Rs...
)
()
if (
Rs.length >= 2 &&
allSatisfy!(isInputRange, Rs)
&&
)

See Also

Meta