write
Uses the memory for write then releases the writer.
fun <T : Any> MemoryWriter.write(spec: MemorySpec<T>, offset: Int, value: T)
Content copied to clipboard
Writes the object value with spec starting from offset.
Uses the memory for write then releases the writer.
Writes the object value with spec starting from offset.