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

Builds a UInt from a character code point.

Parameters
  • value Character whose code point is converted.
Example
value = UInt('A')
assert value == 65u