public native Long(value: ULong)
Builds a Long from an unsigned 64-bit integer.
value = Long(42ul) assert value == 42