MultidimArray.byElementRandomAccess

Returns a finite random-access range which has mutable elements and a length for iteration by an element.

struct MultidimArray(T, size_t n)
@property @safe pure nothrow @nogc
byElementRandomAccess
()
if (
n >= 1
)

Meta