Skip to main content
Files
fastnum/bint/int/
bits.rs
1
use
crate
::bint::{bits::bits_impl, doc, Int};
2
3
bits_impl!
(Int, I);