rust/library/core/src/iter/sources
joboet 51d51c8666
core: optimize RepeatN
...by adding an optimized implementation of `try_fold` and `fold` as well as replacing some unnecessary `mem::replace` calls with `MaybeUninit` helper methods.
2025-03-22 13:35:46 +01:00
..
empty.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
from_coroutine.rs Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
from_fn.rs Fix link in from_fn.rs 2025-02-05 08:52:13 +01:00
once.rs Less unwrap() in documentation 2024-12-21 01:26:47 +00:00
once_with.rs Rename field in OnceWith from gen to make 2025-02-09 17:10:50 +00:00
repeat.rs Remove #[cfg(not(test))] gates in core 2025-03-06 13:21:59 -08:00
repeat_n.rs core: optimize RepeatN 2025-03-22 13:35:46 +01:00
repeat_with.rs remove some unneeded imports 2023-04-12 19:27:18 +02:00
successors.rs Document workings of successors more clearly 2025-03-02 17:41:42 +01:00