rust/library/core/src/iter
The 8472 3d871b3ced do not in-place-iterate over flatmap/flatten
The implementation is unsound when a partially consumed iterator has
some elements buffered in the front/back parts and cloning the Iterator
removes the capacity from the backing vec::IntoIter.
2025-01-04 19:26:58 +01:00
..
adapters do not in-place-iterate over flatmap/flatten 2025-01-04 19:26:58 +01:00
sources Less unwrap() in documentation 2024-12-21 01:26:47 +00:00
traits Rollup merge of #134782 - wtlin1228:docs/iter-rposition, r=Mark-Simulacrum 2024-12-26 21:56:50 -05:00
mod.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
range.rs distinguish overflow and unimplemented in Step::steps_between 2024-11-21 15:49:55 -08:00
sources.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00