Function Mat.opCast

Cast a matrix to another type

Mat!(U,rowLength,columnLength) opCast(V, U)() const
if (__traits(compiles, cast(U)T.init));