Function tui_react::util::rect::intersect

source ·
pub fn intersect(lhs: Rect, rhs: Rect) -> Rect
Expand description

A safe version of Rect::intersection that doesn’t suffer from underflows