Type Definition Vec2
gfx::format
type Vec2<T> = [T; 2];
Abstracted 2-element container for macro internal use