write64

fun ByteArray.write64(o: Int, v: Long, little: Boolean)

Deprecated

Replace with

set64(o, v, little)