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

Builds a ULong from an unsigned 64-bit integer.

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