Type Alias g16

Source
pub type g16 = Comp<i16>;

Aliased Type§

struct g16 {
    pub r: i16,
    pub i: i16,
}

Fields§

§r: i16§i: i16