Commit 84654fa
committed
Split core::iter module implementation into parts
split iter.rs into a directory of (implementation private) modules.
+ mod Adaptor structs
- Private fields need to be available both for them and Iterator
+ iterator (Iterator trait)
+ traits (FromIterator, traits but Iterator itself)
+ range (range related)
+ sources (Repeat, Once, Empty)1 parent 63760ac commit 84654fa
File tree
6 files changed
+5110
-5012
lines changed- src/libcore
- iter
6 files changed
+5110
-5012
lines changed
0 commit comments