NSIntersectsRect

Function NSIntersectsRect 

Source
pub extern "C-unwind" fn NSIntersectsRect(
    a_rect: NSRect,
    b_rect: NSRect,
) -> bool
Available on crate features NSGeometry and objc2-core-foundation only.