mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
0644cc1242
Implement as_ne_bytes() for integers and floats This is related to issue #64464. I am pretty sure that these functions are actually const-ify-able, and technically as_bits() can also be implemented for floats, but I might need some comments on both.