- 176 名前:login:Penguin [2011/04/05(火) 00:35:52.41 ID:7KO6Qhrh.net]
- 0.12.0 リリース記念上げ!
>>147を0.12.0の新機能で実装すると以下のようにシンプルに書ける。 void main() { const string name = "焼肉定食"; int index = 0; unichar c; while (name.get_next_char(ref index, out c)) { stdout.printf("%s\n", c.to_string()); } }
|

|