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

Converts one UTF-16 code unit to its unsigned 16-bit numeric value.

Parameters
ParameterDescription
valueCodeUnit to convert.
Example
code = Int(`A`)
assert code == 65