WideUInt.toString

Inefficient allocating string conversion useful for tests and prototyping.

  1. string toString()
    struct WideUInt(size_t N)
    string
    toString
    ()
  2. void toString(void delegate(cstring) sink)

Return Value

Type: string

string representation

Meta