1
Fork 0
rust/library/core
bors f08d5c01e6 Auto merge of #138833 - joboet:optimize-repeat-n, r=thomcc
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-23 03:11:13 +00:00
..
src Auto merge of #138833 - joboet:optimize-repeat-n, r=thomcc 2025-03-23 03:11:13 +00:00
Cargo.toml Migrate core to Rust 2024 2025-03-11 09:46:34 -07:00