public native Int(value: CodeUnit)
Converts one UTF-16 code unit to its unsigned 16-bit numeric value.
value
code = Int(`A`) assert code == 65