MutableBufferND
fun <T> MutableBufferND(strides: Strides, mutableBuffer: MutableBuffer<T>)
Content copied to clipboard
Parameters
T
the type of items.
strides
The strides to access elements of MutableBuffer by linear indices.
mutableBuffer
The underlying buffer.
Sources
common source
Link copied to clipboard