1 2 3 4 5 6 7 8 9
use crate::traits::UnsignedInteger; impl UnsignedInteger for u64 {} pub mod add_with_carry; pub mod flip; pub mod set;