1 2 3 4 5
use core::ops::Neg; use crate::bint::{impls::ops::neg::neg_impl, UInt}; neg_impl!(UInt, U);