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