WideUInt.toString

Inefficient allocating string conversion useful for tests and prototyping.

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

Return Value

Type: istring

string representation

Meta