[go: up one dir, main page]

Function size

Source
pub fn size<T, U>(w: T, h: T) -> TypedSize2D<T, U>
Expand description

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