[][src]Type Definition aljabar::Vector2

type Vector2<T> = Vector<T, 2>;

2-element vector.