rust/library/alloc/src/collections/vec_deque
Michael Goulet 3c0b9d50ae
Rollup merge of #89685 - DeveloperC286:iter_fields_to_private, r=oli-obk
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(...).
2022-05-30 15:57:27 -07:00
..
drain.rs refactor: VecDeques Drain fields to private 2021-10-05 19:02:36 +01:00
into_iter.rs Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-se 2021-09-25 18:22:19 -07:00
iter.rs Rollup merge of #89685 - DeveloperC286:iter_fields_to_private, r=oli-obk 2022-05-30 15:57:27 -07:00
iter_mut.rs Warn on unused doc(hidden) on trait impl items 2022-05-08 22:53:14 +02:00
macros.rs Add support for custom allocator in VecDeque 2021-07-23 20:37:09 +02:00
mod.rs Rollup merge of #89685 - DeveloperC286:iter_fields_to_private, r=oli-obk 2022-05-30 15:57:27 -07:00
pair_slices.rs refactor: VecDeques PairSlices fields to private 2021-09-25 13:09:17 +01:00
ring_slices.rs refactor: vec_deque ignore-tidy-filelength 2020-11-13 17:56:39 +00:00
spec_extend.rs Add VecDeque::extend from vec::IntoIter and slice::Iter specializations 2022-04-28 06:13:54 +02:00
tests.rs test: add test cases for VecDeque 2022-04-24 11:43:07 -07:00