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

use IVec4::from_array() instead.