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