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

use IVec2::from_array() instead.