This adds CheckedSum and CheckedProduct traits as well as blanket implementations for them.
It also adds CheckedSumIter and CheckedProductIter traits and blanket implementations for those as that provides a much more ergonomic interface, allowing you to do:
Closes https://github.com/rust-num/num-traits/issues/250
This adds
CheckedSum
andCheckedProduct
traits as well as blanket implementations for them.It also adds
CheckedSumIter
andCheckedProductIter
traits and blanket implementations for those as that provides a much more ergonomic interface, allowing you to do: