Vec2s

Type Alias Vec2s 

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

Aliased Type§

#[repr(C)]
pub struct Vec2s(pub [i16; 2]);

Tuple Fields§

§0: [i16; 2]