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

Builds a ULong from a signed 32-bit integer.

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