alloy_primitives::aliases

Type Alias I0

Source
pub type I0 = Signed<0, 0>;
Expand description

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

Aliased Typeยง

struct I0(/* private fields */);