Macro glamour::size2

source ยท
macro_rules! size2 {
    ($width:expr, $height:expr) => { ... };
    [$width:expr, $height:expr] => { ... };
    ($splat:expr) => { ... };
}
Expand description

Construct a Size2. Usable in const contexts.