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