setDoubleAt

external fun ByteArray.setDoubleAt(index: Int, value: Double)

Sets Double out of the ByteArray byte buffer at specified index index

Throws

if index is outside of array boundaries.