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