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

Conversion from a Unicode character (returns its code point).

Example
code = Int('A')
assert code == 65