rust/library
Trevor Gross 2f7fafd182 Rename Float::repr and Float::from_repr
`to_bits` and `from_bits` are builtin methods on float types. Rename
`repr` to `to_bits` and `from_repr` to `from_bits` so this is consistent
with usage that doesn't go through the trait.
2024-10-25 14:18:53 -05:00
..
compiler-builtins Rename Float::repr and Float::from_repr 2024-10-25 14:18:53 -05:00