macro_rules! const_uvec2 {
    ($ux2:expr) => { ... };
}
👎 Deprecated since 0.21.0:

use UVec2::from_array() instead.