Implement an actual set interface for the OrderedSet class. Closes #1670
This uses the ABC's in collections to implement an OrderedSet class. Internally an OrderedDict is still wrapped so that the ordering is maintained, this adds the full interface and behavior of an Set, but with ordering by first insertion.pull/1697/head
parent
f74f78dd89
commit
4f7723649a
1 changed files with 28 additions and 8 deletions
Loading…
Reference in new issue