rust/src/libcore/str
Ulrik Sverdrup bc651cac8d core: Stabilize FusedIterator
FusedIterator is a marker trait that promises that the implementing
iterator continues to return `None` from `.next()` once it has returned
`None` once (and/or `.next_back()`, if implemented).

The effects of FusedIterator are already widely available through
`.fuse()`, but with stable `FusedIterator`, stable Rust users can
implement this trait for their iterators when appropriate.
2018-03-03 14:14:03 +01:00
..
mod.rs core: Stabilize FusedIterator 2018-03-03 14:14:03 +01:00
pattern.rs spelling fix in comment 2018-02-15 14:44:58 -05:00