1use core::ops::{Rem, RemAssign}; 2 3use crate::bint::{impls::ops::rem::rem_impl, UInt}; 4 5rem_impl!(UInt, U);