rust/library/core/src/iter
Matthias Krüger 6deca5f067
Rollup merge of #100220 - scottmcm:fix-by-ref-sized, r=joshtriplett
Properly forward `ByRefSized::fold` to the inner iterator

cc ``@timvermeulen,`` who noticed this mistake in https://github.com/rust-lang/rust/pull/100214#issuecomment-1207317625
2022-08-24 18:20:08 +02:00
..
adapters Rollup merge of #100220 - scottmcm:fix-by-ref-sized, r=joshtriplett 2022-08-24 18:20:08 +02:00
sources libcore: Add iter::from_generator which is like iter::from_fn, but for coroutines instead of functions 2022-05-27 01:51:31 +03:00
traits fill-in tracking issue for feature(iter_array_chunks) 2022-08-12 15:04:29 +04:00
mod.rs fill-in tracking issue for feature(iter_array_chunks) 2022-08-12 15:04:29 +04:00
range.rs Warn on unused doc(hidden) on trait impl items 2022-05-08 22:53:14 +02:00
sources.rs libcore: Add iter::from_generator which is like iter::from_fn, but for coroutines instead of functions 2022-05-27 01:51:31 +03:00