[lang-ref]
文字列
>
( string_convert )
> ( charcode_to_char ) ( kotlin )
[lang-ref] ( charcode_to_char ) ( kotlin )
@Test fun charcodeToChar() { // i.toChar assertEquals('a', 97.toChar()) }