Hey folks! How can I tell Kotlin that I want a pri...
# announcements
f
Hey folks! How can I tell Kotlin that I want a primitive type
float[]
array instead of the boxed
Float[]
array? I want to convert a
FloatArray
using
toTypedArray()
.