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

use DVec4::from_array() instead.