Macro glamour::size3

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

Construct a Size3. Usable in const contexts.