1 2 3 4 5
use core::ops::{Add, AddAssign}; use crate::bint::{impls::ops::add::add_impl, UInt}; add_impl!(UInt, U);