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

Builds a ULong from a signed 64-bit integer.

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