rust/src/libstd_unicode
kennytm 8e3493d459
Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton
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.

Closes #35602
2018-03-06 20:52:37 +08:00
..
tests
bool_trie.rs Move static code outside of unciode.py. 2018-01-02 22:51:22 -05:00
Cargo.toml
char.rs Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton 2018-03-06 20:52:37 +08:00
lib.rs core: Stabilize FusedIterator 2018-03-03 14:14:03 +01:00
lossy.rs Add missing Debug impls to std_unicode 2017-11-22 00:49:28 +00:00
tables.rs Move static code outside of unciode.py. 2018-01-02 22:51:22 -05:00
u_str.rs core: Update stability attributes for FusedIterator 2018-03-03 14:23:05 +01:00
unicode.py Move static code outside of unciode.py. 2018-01-02 22:51:22 -05:00
version.rs Move static code outside of unciode.py. 2018-01-02 22:51:22 -05:00