MutableMemoryBuffer
class MutableMemoryBuffer<T : Any>(memory: Memory, spec: MemorySpec<T>) : MemoryBuffer<T> , MutableBuffer<T>
Content copied to clipboard
A mutable non-boxing buffer over Memory object.
Parameters
T
the type of elements contained in the buffer.
Constructors
MutableMemoryBuffer
Link copied to clipboard
the type of elements contained in the buffer.
Types
Functions
Properties
Sources
common source
Link copied to clipboard