Vec4w

Type Alias Vec4w 

Source
pub type Vec4w = VecN<u16, 4>;

Aliased Type§

#[repr(C)]
pub struct Vec4w(pub [u16; 4]);

Tuple Fields§

§0: [u16; 4]