rust/src/libstd/fmt
Daniel Micay 6919cf5fe1 rename std::iterator to std::iter
The trait will keep the `Iterator` naming, but a more concise module
name makes using the free functions less verbose. The module will define
iterables in addition to iterators, as it deals with iteration in
general.
2013-09-09 03:21:46 -04:00
..
mod.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
parse.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
rt.rs Correct the padding on integer types for formatting 2013-08-12 23:18:51 -07:00