Versions in this module Expand all Collapse all v1 v1.41.0 Jun 27, 2022 Changes in this version + type Position struct + CharEnd uint32 + CharStart uint32 + LineEnd uint32 + LineStart uint32 + func (p *Position) IsBefore(another Position) bool + func (p *Position) MergeEndIntoEnd(position Position) + func (p *Position) MergeStartIntoEnd(position Position) + func (p *Position) MergeStartIntoStart(position Position) + func (p *Position) Reset() + func (p Position) String() string