Type Definition gfx::format::Vec2 []

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

Abstracted 2-element container for macro internal use