macro_rules! bounds {
    ($t: ty; 2) => { ... };
    ($v:expr; 2) => { ... };
    ($x:expr, $y:expr, $width:expr, $height:expr) => { ... };
}
Expand description

Creates a new bounding box.