rust/src/rustbook
Tobias Bucher 97f24a8596 Make sum and product inherent methods on Iterator
In addition to being nicer, this also allows you to use `sum` and `product` for
iterators yielding custom types aside from the standard integers.

Due to removing the `AdditiveIterator` and `MultiplicativeIterator` trait, this
is a breaking change.

[breaking-change]
2015-04-08 00:26:35 +02:00
..
book.rs Make sum and product inherent methods on Iterator 2015-04-08 00:26:35 +02:00
build.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
css.rs
error.rs Stabilize the Error trait 2015-03-23 11:27:19 -07:00
help.rs
javascript.rs
main.rs Stabilize std::convert and related code 2015-03-31 11:24:38 -07:00
serve.rs
subcommand.rs Add trivial cast lints. 2015-03-25 10:03:57 +13:00
term.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
test.rs