public native override toString() as String
Converts this unsigned integer to its decimal textual representation.
The value as a base-10 String without an unsigned suffix.
value = UInt(4_294_967_295u) assert value.toString() == "4294967295"