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

Builds a Long from an unsigned 32-bit integer.

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