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

Builds a ULong from a signed 64-bit integer.

Parameters
ParameterDescription
valueSource value to convert.
Example
value = ULong(42L)
assert value == 42