Grace_source_reader.LineSourceThe type of a line.
of_line_index sd idx returns the line at index idx in source sd.
of_byte_index sd idx returns the line containing idx in source sd.
start t returns the byte index of the (inclusive) start position of the line.
stop t returns the byte index of the (exclusive) stop position of the line.
split t returns the pair of byte indices of the line t.
last sd returns the last line in the source sd.
slice t ~sd reads the slice of bytes defined by the line's range.