(copying from rust-num/num#233, here for bigint types only) The [Sum](https://doc.rust-lang.org/std/iter/trait.Sum.html) and [Product](https://doc.rust-lang.org/std/iter/trait.Product.html) traits are stable in 1.12.0, so we could implement them for our types. (But we consider it a breaking change to increase the required rustc.)