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

use Vec2::from_array() instead.