pub fn intersects_any(r: &Rect, monitors: &[Rect]) -> bool
Phase B.9.1 — does r overlap with at least one monitor in monitors? Empty monitors returns false — no monitors, nothing to be “on”.
r
monitors
false