SMatrix.opBinary

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

Meta