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