alloy_primitives::aliases

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ยง

struct I1(/* private fields */);