[lang-ref]
String
>
( string_convert )
> ( char_to_charcode ) ( kotlin )
[lang-ref] ( char_to_charcode ) ( kotlin )
@Test fun charToCharcode() { // c.code assertEquals(97, 'a'.code) }