Last byte of the CString

Property definitions

core :: flat $ FlatText :: last_byte
	# Last byte of the CString
	protected fun last_byte: Int do return first_byte + _byte_length - 1
lib/core/text/flat.nit:42,2--43,69

text_stat :: text_stat $ FlatString :: last_byte
	redef fun last_byte do
		sys.last_byte_call += 1
		return super
	end
lib/text_stat/text_stat.nit:299,2--302,4