Mat.toString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string toString(bool mooi)
  2. void toString(void delegate(const(char)[]) sink, FormatSpec!char fmt)
    struct Mat(uint rij_aantal, uint kolom_aantal, Soort = nauwkeurigheid)
    const
    void
    toString
    (
    scope void delegate
    (
    const(char)[]
    )
    sink
    ,
    FormatSpec!char fmt
    )
    if (
    rij_aantal > 0 &&
    kolom_aantal > 0
    )

Meta