Mat.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinary(T rechts)
  2. auto opBinary(T rechts)
    struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)
    const
    static if(isVec)
    opBinary
    (
    string op
    T : U[grootte]
    U
    )
    (
    const T rechts
    )
    if (
    isLijst!T &&
    !isLijst!(T, 2)
    )
    if (
    rij_aantal > 0 &&
    kolom_aantal > 0
    )
  3. auto opBinary(T rechts)

Meta