macro_rules! const_uvec4 {
    ($ux4:expr) => { ... };
}
👎Deprecated since 0.21.0: use UVec4::from_array() instead.