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)
  3. auto elk(S1 delegate(S2 onderdeel) functie)
    struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)
    const
    elk
    (
    S1
    S2
    )
    (
    S1 delegate functie
    )
    if (
    !is(S1 == void)
    )
    if (
    rij_aantal > 0 &&
    kolom_aantal > 0
    )
  4. void elk(void delegate(S onderdeel) functie)

Meta