LocationRangeStartLength

Store start and length for tree.

Members

Aliases

LocationDiff
alias LocationDiff = typeof(Location.init - Location.init)
Undocumented in source.

Functions

end
Location end()

End location for this tree.

setStartEnd
void setStartEnd(Location start, Location end)

Set start and end location.

Variables

inputLength
LocationDiff inputLength;

Length for this tree.

start
Location start;

Start location for this tree.

Meta