ordered-set icon indicating copy to clipboard operation
ordered-set copied to clipboard

Rebuild self.map after .pop()

Open robert-phe opened this issue 2 years ago • 1 comments

Resolves Issue 83

robert-phe avatar May 31 '22 10:05 robert-phe

Just getting around to reviewing this -- how about we skip rebuilding the map in the case that already worked, where the index being popped is -1 or len(oset)-1?

rspeer avatar Sep 06 '22 13:09 rspeer