[][src]Function euclid::size2

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

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