nitc :: SourceFile :: line_starts=
string
.Used for fast access to each line when rendering parts of the string
.
# 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