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