Versions in this module Expand all Collapse all v0 v0.2.1 Mar 8, 2020 v0.2.0 Mar 8, 2020 Changes in this version + type Range interface + Current func() int + End func() int + Next func() bool + Reset func() (int, error) + Start func() int + func NewRange(start, end int) Range