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

Builds a UInt from an Int value.

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