Mat.elk

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto elk(S1 function(S2 onderdeel) functie)
  2. void elk(void function(S onderdeel) functie)
    struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)
    const
    void
    elk
    (
    S
    )
    (
    void function functie
    )
    if (
    rij_aantal > 0 &&
    kolom_aantal > 0
    )
  3. auto elk(S1 delegate(S2 onderdeel) functie)
  4. void elk(void delegate(S onderdeel) functie)

Meta