Hi! Is there a way to unsafely cast `ULong` to `Double` other than read/write it to `ByteArray`?
i
Hi! Is there a way to unsafely cast
ULong
to
Double
other than read/write it to
ByteArray
?
d
There's a extension function on
Double
iirc.
Double.fromRawBits
or something.