writeF16

fun ByteArray.writeF16(o: Int, v: Half, little: Boolean)

Deprecated

Replace with

setF16(o, v, little)