What is the kotlin equivalent of `java.lang.Double...
# getting-started
s
What is the kotlin equivalent of
java.lang.Double.doubleToLongBits()
?
s
value.toBits()
👍 2