Type Definition mint::Vector2 [] [src]

type Vector2<T> = [T; 2];

Vector in 2D space.