1use core::ops::{BitAnd, BitOr, BitXor, Not}; 2 3use crate::bint::{impls::ops::bits::bits_impl, UInt}; 4 5bits_impl!(UInt, U);