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