pub type UInt<BITS> = Int<BITS, false>;
Type alias for unsigned integers, for convenience.
pub struct UInt<BITS>(/* private fields */);