UInt

Type Alias UInt 

Source
pub type UInt<BITS> = Int<BITS, false>;
Expand description

Type alias for unsigned integers, for convenience.

Aliased Typeยง

pub struct UInt<BITS>(/* private fields */);