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, size_t R, size_t C)
    pure const nothrow
    bool
    opEquals
    (
    U
    )
    ()
    if (
    (isAssignable!U) &&
    (!is(U : Matrix))
    )

Meta