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