Skip to main content

fastnum/bint/uint/
bits.rs

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