Enumerate iterator types
This commit is contained in:
parent
1f67913ed9
commit
cd46452b63
23 changed files with 145 additions and 68 deletions
|
|
@ -246,4 +246,4 @@ func (it *And) Close() {
|
|||
}
|
||||
|
||||
// Register this as an "and" iterator.
|
||||
func (it *And) Type() string { return "and" }
|
||||
func (it *And) Type() graph.Type { return graph.And }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue