Enumerate iterator types

This commit is contained in:
kortschak 2014-07-03 09:57:31 +09:30
parent 1f67913ed9
commit cd46452b63
23 changed files with 145 additions and 68 deletions

View file

@ -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 }