but if I type `fun ByteArray.getFloat(index: Int, ...
# getting-started
e
but if I type
fun ByteArray.getFloat(index: Int, bigEndianess: Boolean = true) = Float.intBitsToFloat(2)