SMatrix.this

Undocumented in source.
struct SMatrix(T, Msize_t rs = 0, Msize_t cs = 0, Major mjr = Major.row)
this
(
M
)
(
auto ref M mat
)
if (
!is(M == typeof(this))
)
if (
rs >= 0 &&
cs >= 0
)

Meta