MutableBufferND

fun <T> MutableBufferND(strides: ShapeIndexer, buffer: MutableBuffer<T>)

Parameters

T

the type of items.

strides

The strides to access elements of MutableBuffer by linear indices.

buffer

The underlying buffer.

Sources

Link copied to clipboard