UnorderedKeySet icon indicating copy to clipboard operation
UnorderedKeySet copied to clipboard

Expound on what "logical deletes" mean

Open PaulRBerg opened this issue 5 years ago • 0 comments

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.

PaulRBerg avatar Jun 11 '20 10:06 PaulRBerg