public native UInt(value: Int)
Builds a UInt from an Int value.
value
value = UInt(42) assert value == 42u