Skip to main content

fastnum/bint/int/
cmp.rs

1use crate::bint::{cmp::cmp_impl, doc, Int};
2
3cmp_impl!(Int, I);