logo
pub const fn size2<T>(w: T, h: T) -> Size2D<T>
Expand description

Shorthand for Size2D::new(w, h).