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