LocationRangeStartDiffLength

Store offset of tree from parent tree and length for tree.

Members

Aliases

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

Variables

inputLength
LocationDiff inputLength;

Length for this tree.

startFromParent
LocationDiff startFromParent;

Offset of start location from parent tree.

Meta