Versions in this module Expand all Collapse all v0 v0.0.1 Jun 5, 2024 Changes in this version + type Func func() int64 + func Get() Func + type Iter struct + func New() *Iter + func (it *Iter) Offset(x int64) Iterator + func (it *Iter) Start(x int64) Iterator + func (it *Iter) Step(x int64) Iterator + func (it *Iter) Value() int64 + type Iterator interface + Offset func(x int64) Iterator + Start func(x int64) Iterator + Step func(x int64) Iterator + Value func() int64