Versions in this module Expand all Collapse all v1 v1.0.0 Jul 5, 2019 Changes in this version + type Intervals struct + func NewIntervals(start uint64) *Intervals + func (i *Intervals) Add(start, end uint64) + func (i *Intervals) Last() (end uint64) + func (i *Intervals) MarshalBinary() (data []byte, err error) + func (i *Intervals) Merge(m *Intervals) + func (i *Intervals) Next() (start, end uint64) + func (i *Intervals) String() string + func (i *Intervals) UnmarshalBinary(data []byte) (err error)