I1

Type Alias I1 

Source
pub type I1 = Signed<1, 1>;
Expand description

The 1-bit signed integer type, capable of representing 0 and -1.

Aliased Typeยง

pub struct I1(/* private fields */);