Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Crystal では、文字列をコードポイントの配列 (Int32) に変換できます。
"abc".codepoints # [97,98,99]
配列を文字列に戻す方法はありますか?