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 do
		sys.bytepos_call.inc "FlatString"
		return super
	end
lib/text_stat/text_stat.nit:264,2--267,4

text_stat :: text_stat $ FlatBuffer :: bytepos
	redef fun bytepos do
		sys.bytepos_call.inc "FlatBuffer"
		return super
	end
lib/text_stat/text_stat.nit:221,2--224,4