sok / Sok.Buffer / JSMultiplatformBuffer / putLongImpl
fun putLongImpl(value: Long, index: Int?): Unit (source)
Platform and version requirements: JS
Put the given long inside the buffer starting at the buffer cursor position. If the index parameter is provided, the cursor will be ignored and not modified
value - long to put in the buffer
index - index of the long, buffer.cursor is used if the index is null