Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CycleIter ¶ added in v0.0.4
type CycleIter struct { *Map // contains filtered or unexported fields }
CycleIter TODO
func NewCycleIter ¶ added in v0.0.4
NewCycleIter TODO
type CycleStepIter ¶ added in v0.1.0
type CycleStepIter struct { *Map // contains filtered or unexported fields }
CycleStepIter TODO
func NewCycleStepIter ¶ added in v0.1.0
func NewCycleStepIter(m *Map, start, steps int) *CycleStepIter
NewCycleStepIter TODO
func (*CycleStepIter) SetSteps ¶ added in v0.1.0
func (iter *CycleStepIter) SetSteps(steps int)
SetSteps TODO
type RandomKIter ¶
type RandomKIter struct { *Map // contains filtered or unexported fields }
RandomKIter TODO
Click to show internal directories.
Click to hide internal directories.