Skip to main content

intersects_reversed

Function intersects_reversed 

Source
pub fn intersects_reversed<A, B>(a: &A, b: &B) -> bool
Expand description

Reversed-direction entry point — used when only (B, A) has an explicit impl. Mirrors the Boost reverse_dispatch fallback in algorithms/detail/intersects/interface.hpp.