refactor: VecDeques Iter fields to private Made the fields of VecDeque's Iter private by creating a Iter::new(...) function to create a new instance of Iter and migrating usage to use Iter::new(...). |
||
|---|---|---|
| .. | ||
| drain.rs | ||
| into_iter.rs | ||
| iter.rs | ||
| iter_mut.rs | ||
| macros.rs | ||
| mod.rs | ||
| pair_slices.rs | ||
| ring_slices.rs | ||
| spec_extend.rs | ||
| tests.rs | ||