Files
openzeppelin-contracts/contracts/utils
Nicolás Venturo 1b938e39a8 EnumerableSet improvements (#2077)
* Remove newAddressSet

* Add count and get functions.

* Fix lint

(cherry picked from commit 7988c044e0)
2020-02-04 19:33:57 -03:00
..
2019-12-16 16:21:06 -03:00
2019-08-07 16:35:17 -03:00

= Utilities

Miscellaneous contracts containing utility functions, often related to working with different data types.

== Contracts

{{Address}}

{{SafeCast}}

{{Arrays}}

{{EnumerableSet}}

{{Create2}}

{{ReentrancyGuard}}