Represents a location in an input range/file.
The indices are zero based and the column is represented in code units of the input (i.e. in bytes in case of a UTF-8 input string).
Returns a string representation of the location.
The zero based code unit index of the referenced line.
Optional file name.
The zero based line of the input file.
See Implementation
Represents a location in an input range/file.
The indices are zero based and the column is represented in code units of the input (i.e. in bytes in case of a UTF-8 input string).