klyn.CodeUnit.toInt
method
public native toInt() as Int
Description

Returns the unsigned numeric value of this UTF-16 code unit.

Example
c as CodeUnit = `A`
assert c.toInt() == 65