intersects_any

Function intersects_any 

Source
pub fn intersects_any(r: &Rect, monitors: &[Rect]) -> bool
Expand description

Phase B.9.1 — does r overlap with at least one monitor in monitors? Empty monitors returns false — no monitors, nothing to be “on”.