setFloat64

fun Buffer.setFloat64(index: Int, value: Double)

Deprecated

Replace with

setF64LE(index * Double.SIZE_BYTES, value)