I've defined one state variable called data that has mapping(uint256=>EnumberableSet.AddressSet),
according to the requirements, I've deleted item like this.
delete data[0]
after delete, if I try to add one variable again with this key -> 0
data[0].add(msg.sender), no runtime error but happened nothing at variable data.
it maintain original values and don't save.
If faced on such trouble past time, could kindly teach me to solve this?
best.
clear function is not defined. I've just checked recent version also in openzeppelin repo.
so I've made myself wrapper just and working well.
thanks for your reply.
best.