1 2 3 4 5
use core::ops::{Sub, SubAssign}; use crate::bint::{impls::ops::sub::sub_impl, UInt}; sub_impl!(UInt, U);