Matrix.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(U other)
  2. bool opEquals(U other)
    struct Matrix(T, int R, int C)
    public @nogc pure const nothrow
    bool
    opEquals
    (
    U
    )
    ()
    if (
    (isAssignable!U) &&
    (!is(U : Matrix))
    )

Meta