Matrix.opDiv

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(T, int RowSize, int ColSize)
const
opDiv
(
in T v
)
if (
__traits(isArithmetic, T) &&
RowSize > 0
&&
ColSize > 0
)

Meta