public static const MAX_VALUE as UInt = 4_294_967_295u
The greatest value representable by an UInt.
assert UInt.MAX_VALUE == 4_294_967_295u