Cached position (bytes) in the CString underlying the String

Property definitions

core :: flat $ FlatText :: bytepos=
	# Cached position (bytes) in the CString underlying the String
	var bytepos: Int = 0
lib/core/text/flat.nit:48,2--49,21

text_stat :: text_stat $ FlatString :: bytepos=
	redef fun bytepos=(p) do
		sys.bytepos_call.inc "FlatString"
		super
	end
lib/text_stat/text_stat.nit:269,2--272,4

text_stat :: text_stat $ FlatBuffer :: bytepos=
	redef fun bytepos=(p) do
		sys.bytepos_call.inc "FlatBuffer"
		super
	end
lib/text_stat/text_stat.nit:226,2--229,4