mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
2f8e2ff6ba
Add `<*{const|mut} T>::{to|from}_bits`
Named based on the floating-point methods of the same name, as those are also about returning the *representation* of the value.
Tracking issue: https://github.com/rust-lang/rust/issues/91126
Based on the conversation in https://rust-lang.zulipchat.com/#narrow/stream/219381-t-libs/topic/Adding.20methods.20as.20more.20specific.20versions.20of.20.60as.60/near/238391074
r? `@joshtriplett`