Indices

A tag to allow for the creation of a source map

Constructors

this
this(size_t start, size_t end)

Create a new Indices object

Members

Variables

end
size_t end;

End index in source file

start
size_t start;

Start index in source file

Meta