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