assert "hello".chars.to_a == ['h', 'e', 'l', 'l', 'o']
redef fun chars do return new FlatStringCharView(self)
lib/core/text/flat.nit:416,2--55
redef fun chars do return new FlatBufferCharView(self)
lib/core/text/flat.nit:870,2--55