public native Long(value: Int)
Builds a Long from a signed 32-bit integer.
value = Long(-42) assert value == -42