MutableBufferND
class MutableBufferND<T>(strides: Strides, mutableBuffer: MutableBuffer<T>) : BufferND<T> , MutableStructureND<T>
Content copied to clipboard
Represents MutableStructureND over MutableBuffer.
Parameters
T
the type of items.
strides
The strides to access elements of MutableBuffer by linear indices.
mutableBuffer
The underlying buffer.
Constructors
MutableBufferND
Link copied to clipboard
fun <T> MutableBufferND(strides: Strides, mutableBuffer: MutableBuffer<T>)
Content copied to clipboard
the type of items.
Functions
getFeature
Link copied to clipboard
open override fun <F : StructureFeature> getFeature(type: KClass<out F>): F?
Content copied to clipboard
Properties
Sources
common source
Link copied to clipboard