Index at which self begins in _items, inclusively

Property definitions

core $ FlatString :: first_byte=
	# Index at which `self` begins in `_items`, inclusively
	redef var first_byte is noinit
lib/core/text/flat.nit:413,2--414,31

text_stat :: text_stat $ FlatString :: first_byte=
	redef fun first_byte=(v) do
		sys.first_byte_call += 1
		super
	end
lib/text_stat/text_stat.nit:294,2--297,4