klyn.Long.Long
constructor
public native Long(value: Long)
Description

Builds a Long from a signed 64-bit integer.

Parameters
  • value Source value to convert.
Example
value = Long(-42L)
assert value == -42