1use core::iter::{Product, Sum}; 2 3use crate::bint::{impls::iter::iter_impl, UInt}; 4 5iter_impl!(UInt, U);