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)
  3. auto opBinary(T rechts)
    struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)
    const
    opBinary
    (
    string op
    T : U[kolom_aantal][rij_aantal]
    U
    )
    (
    const T rechts
    )
    if (
    isLijst!(T, 2)
    )
    if (
    rij_aantal > 0 &&
    kolom_aantal > 0
    )

Meta