Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error EOI = errors.New("End of iterator") NotAnIterator = errors.New("Object Not an iterator") )
Functions ¶
This section is empty.
Types ¶
type IteratorFrom ¶
type IteratorFrom interface {
Iterator_() Iterator
}
Click to show internal directories.
Click to hide internal directories.