public native Int(value: Char)
Conversion from a Unicode character (returns its code point).
code = Int('A') assert code == 65