Add clear function to Enumerable{Set,Map} (#5486)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
5
.changeset/good-cameras-rush.md
Normal file
5
.changeset/good-cameras-rush.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`EnumerableMap`: Add `clear` function to EnumerableMaps which deletes all entries in the map.
|
||||
5
.changeset/sixty-tips-wink.md
Normal file
5
.changeset/sixty-tips-wink.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`EnumerableSet`: Add `clear` function to EnumerableSets which deletes all values in the set.
|
||||
Reference in New Issue
Block a user