public native toInt() as Int
Returns the Unicode code point of this character.
c as Char = 'A' assert c.toInt() == 65