rust/library/core
bors 88b3b520e8 Auto merge of #141086 - a1phyr:spec_advance_by, r=jhpratt
Implement `advance_by` via `try_fold` for `Sized` iterators

When `try_fold` is overriden, it is usually easier for compilers to optimize.

Example difference: https://iter.godbolt.org/z/z8cEfnKro
2025-05-25 11:34:43 +00:00
..
src Auto merge of #141086 - a1phyr:spec_advance_by, r=jhpratt 2025-05-25 11:34:43 +00:00
Cargo.toml Initial implementation of core_float_math 2025-05-13 22:08:18 +00:00