First byte of the CString

Property definitions

core :: flat $ FlatText :: first_byte
	# First byte of the CString
	protected fun first_byte: Int do return 0
lib/core/text/flat.nit:39,2--40,42

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 do
		sys.first_byte_call += 1
		return super
	end
lib/text_stat/text_stat.nit:289,2--292,4