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