1 2 3 4 5
use core::fmt::{self, Debug, Display, Formatter}; use crate::bint::{impls::fmt::fmt_impl, UInt}; fmt_impl!(UInt, U);