SMatrix.array

Undocumented in source. Be warned that the author may not have intended to support it.
struct SMatrix(T, Msize_t rs = 0, Msize_t cs = 0, Major mjr = Major.row)
@property pure nothrow @safe inout
array
()
if (
rs >= 0 &&
cs >= 0
)

Meta