Mat.opBinary

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

Meta