Modules§
Structs§
- Line
Index - Index for fast byte offset to
SourceLocationconversions. - OneIndexed
- Type-safe wrapper for a value whose logical range starts at
1, for instance the line or column numbers in a file - Source
Code - Gives access to the source code of a file and allows mapping between
TextSizeandSourceLocation. - Source
File - A source file that is identified by its name. Optionally stores the source code and
LineIndex. - Source
File Builder - A Builder for constructing a
SourceFile - Source
Location