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

Builds a ULong from an unsigned 32-bit integer.

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