Offset of each line start in the content string.

Used for fast access to each line when rendering parts of the string.

Property definitions

nitc $ SourceFile :: _line_starts
	# Offset of each line start in the content `string`.
	#
	# Used for fast access to each line when rendering parts of the `string`.
	var line_starts = new Array[Int]
src/location.nit:46,2--49,33