Matrix.opEquals

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

Meta