pub type Vec4<T> = Vector<4, T, Aligned>;
A 4-dimensional vector.
This type may be SIMD-aligned depending on the target architecture.
pub struct Vec4<T>(/* private fields */);