Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
size2 in euclid - Rust
[go: Go Back, main page]

Function euclid::size2

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

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