Macro bounds

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