MultidimArray.lengths

Returns the read only view at its lengths array.

struct MultidimArray(T, size_t n)
@property ref const @safe pure nothrow @nogc
const(size_t)[n]
lengths
()
if (
n >= 1
)

Meta