Type Alias Vec2s

Source
pub type Vec2s = VecN<i16, 2>;

Aliased Type§

struct Vec2s(pub [i16; 2]);

Fields§

§0: [i16; 2]