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