Versions in this module Expand all Collapse all v1 v1.0.1 Aug 18, 2015 v1.0.0 Aug 4, 2015 Changes in this version + type Interval interface + HighAtDimension func(uint64) int64 + ID func() uint64 + LowAtDimension func(uint64) int64 + OverlapsAtDimension func(Interval, uint64) bool + type Intervals []Interval + func (ivs *Intervals) Dispose() + type Tree interface + Add func(intervals ...Interval) + Delete func(intervals ...Interval) + Insert func(dimension uint64, index, count int64) (Intervals, Intervals) + Len func() uint64 + Query func(interval Interval) Intervals + func New(dimensions uint64) Tree