rust/src/libcore/fmt
Florian Wilkens f8cfd2480b Renaming of the Iter types as in RFC #344
libcore: slice::Items -> slice::Iter, slice::MutItems -> slice::IterMut
libcollections: *::Items -> *::Iter, *::MoveItems -> *::IntoIter, *::MutItems -> *::IterMut

This is of course a [breaking-change].
2014-12-22 12:58:55 +01:00
..
float.rs std: Collapse SlicePrelude traits 2014-12-14 19:03:56 -08:00
mod.rs Renaming of the Iter types as in RFC #344 2014-12-22 12:58:55 +01:00
num.rs libcore: use #[deriving(Copy)] 2014-12-19 10:43:23 -05:00
rt.rs libcore: use #[deriving(Copy)] 2014-12-19 10:43:23 -05:00