Hi! Is there a way to unsafely cast `ULong` to `Do...
# kotlin-native
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.