Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection interface {
Each(Accept)
}
type Iterator ¶
type Iterator struct {
// contains filtered or unexported fields
}
func BuildIterator ¶
func BuildIterator(coll Collection) *Iterator
Click to show internal directories.
Click to hide internal directories.