I think this is the shortest you can do: `FloatArr...
# getting-started
d
I think this is the shortest you can do:
FloatArray(doubleArray.size) { doubleArray[it].toFloat() }
👍 2