Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IteratorPrint ¶
func IteratorPrint(i Iterator)
Types ¶
type NumbersIterator ¶
type NumbersIterator struct {
// contains filtered or unexported fields
}
func (*NumbersIterator) First ¶
func (i *NumbersIterator) First()
func (*NumbersIterator) IsDone ¶
func (i *NumbersIterator) IsDone() bool
func (*NumbersIterator) Next ¶
func (i *NumbersIterator) Next() interface{}
Click to show internal directories.
Click to hide internal directories.