[]Function lyon::math::size

pub const fn size<T, U>(w: T, h: T) -> Size2D<T, U>

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