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

Builds a UInt from a Long value.

Parameters
  • value Signed 64-bit integer to convert.
Example
value = UInt(42L)
assert value == 42u