alloy_primitives::aliases

Type Alias U1

Source
pub type U1 = Uint<1, 1>;
Expand description

Uint for 1 bit. Similar to bool.

Aliased Typeยง

struct U1 { /* private fields */ }