UnorderedKeySet
UnorderedKeySet copied to clipboard
Expound on what "logical deletes" mean
This library doesn't remove the elements of a mapping from storage, it only clears the key of that mapping from its associated index array.
I understand why absolute deletes are not feasible in Solidity, yet it might be worth it to tell the user about this limitation and why this library performs deletion the way it does.