Mat.maal

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto maal(T[K][kolom_aantal] rechts)
  2. auto maal(T[kolom_aantal] rechts)
    struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)
    const
    static if(isMat)
    maal
    (
    T
    )
    (
    const T[kolom_aantal] rechts
    )
    if (
    is(Resultaat!(Soort, "*", T))
    )
    if (
    rij_aantal > 0 &&
    kolom_aantal > 0
    )

Meta