pub type Vec2<T> = Vector<T, 2>;
Alias for a 2-dimensional vector with the given type.
struct Vec2<T> { /* private fields */ }