SMatrixMod2.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(R r)
    struct SMatrixMod2(size_t H, size_t W)
    const
    opBinary
    (
    string op : "+"
    R
    )
    (
    in R r
    )
    if (
    height == R.height &&
    width == R.width
    )
  2. auto opBinary(R r)

Meta