write Array
fun <T : Any> MemoryWriter.writeArray(spec: MemorySpec<T>, offset: Int, array: Array<T>)
Content copied to clipboard
Writes array of objects mapped by spec at certain offset.
Writes array of objects mapped by spec at certain offset.