public native Long(value: UInt)
Builds a Long from an unsigned 32-bit integer.
value = Long(42u) assert value == 42