pub type Vector4<T> = Vector<T, 4>;
4-element row vector.
pub struct Vector4<T> { /* private fields */ }