Function gdnative_visual_script::common::euclid::size2[]

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

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