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

Creates a new size.