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