Skip to main content

fastnum/bint/int/
widening.rs

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