Mat.toString

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

Meta