Late bind the QuadStore and add Except and Tag
This commit is contained in:
parent
4128133675
commit
b9ca485321
3 changed files with 100 additions and 52 deletions
|
|
@ -166,7 +166,7 @@ type Description struct {
|
|||
}
|
||||
|
||||
// A curried function that can generates a new iterator based on some prior iterator.
|
||||
type MorphismFunc func(Iterator) Iterator
|
||||
type ApplyMorphismFunc func(QuadStore, Iterator) Iterator
|
||||
|
||||
type Nexter interface {
|
||||
// Next advances the iterator to the next value, which will then be available through
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue