rust/src/libcore/iter
Jake Goulding 23715d344d Implement iter::Sum and iter::Product for Result
This introduces a private iterator adapter `ResultShunt`, which allows
treating an iterator of `Result<T, E>` as an iterator of `T`.
2017-01-10 14:24:06 -05:00
..
iterator.rs Address fallout 2016-12-16 19:42:17 -08:00
mod.rs Rollup merge of #37963 - bluss:iterator-docs, r=alexcrichton 2016-11-26 22:02:14 +09:00
range.rs impl Step for iu128 2016-12-30 15:17:26 +01:00
sources.rs TrustedLen for Empty and Once. 2016-12-30 15:29:17 -05:00
traits.rs Implement iter::Sum and iter::Product for Result 2017-01-10 14:24:06 -05:00