c
at the end of self
redef fun add(c)
do
if written then reset
var clen = c.u8char_len
var bt = _byte_length
enlarge(bt + clen)
_items.set_char_at(bt, c)
_byte_length += clen
_length += 1
end
lib/core/text/flat.nit:969,2--978,4