Versions in this module Expand all Collapse all v0 v0.6.1 Feb 13, 2019 v0.6.0 Feb 7, 2019 Changes in this version + type AttrRange struct + AttrIdx int + High int + Low int + type Tracker struct + func NewTracker() *Tracker + func (t *Tracker) Add(low, high, attrIdx int) error + func (t *Tracker) ForPosition(pos int) (*AttrRange, error)