Skip to main content

fastnum/bint/int/
bits.rs

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