isMatrix.isMatrix

Undocumented in source.
template isMatrix(T)
nothrow @nogc
enum isMatrix = is(typeof(isMatrixImpl(T.init)));

Meta