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

use Vec4::from_array() instead.