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

use IVec3::from_array() instead.