durus
durus copied to clipboard
PersistentSet methods don't quite match underlying set methods
eg:
PersistentSet is
def union(self, other):
whilst the underlying set is:
def union(self, *others):
Is that a conscious choice or just an oversight? If an oversight I can make a PR if you'd like.