macro_rules! bounds {
($top_left:expr, $bottom_right:expr) => { ... };
($top_left:expr, $width: expr, $height: expr) => { ... };
}
macro_rules! bounds {
($top_left:expr, $bottom_right:expr) => { ... };
($top_left:expr, $width: expr, $height: expr) => { ... };
}