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

Builds a UInt from a Long value.

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