unsigned.toString

Undocumented in source. Be warned that the author may not have intended to support it.

struct unsigned(int bits)
const
string
toString
()
if (
bits >= 128 &&
(bits & (bits - 1)) == 0
)

Meta