• Felix Lange's avatar
    trie: clean up iterator constructors · a13e920a
    Felix Lange authored
    Make it so each iterator has exactly one public constructor:
    
    - NodeIterators can be created through a method.
    - Iterators can be created through NewIterator on any NodeIterator.
    a13e920a
dump.go 2.44 KB