Nicolás Venturo 941d305044 Update docs il y a 5 ans
..
Address.sol fbddf5ba5b Test common case first (#2023) il y a 5 ans
Arrays.sol bd1f2ededd Update Arrays.sol (#1863) il y a 6 ans
Create2.sol e493fb3e95 Add 'available since' notes. Fixes #2054 il y a 5 ans
EnumerableSet.sol 941d305044 Update docs il y a 5 ans
README.adoc 1e0f07751e Implementation of an address Enumerable Set (#2061) il y a 5 ans
ReentrancyGuard.sol 06983a2075 add note suggesting reentrancy post (#2059) il y a 5 ans
SafeCast.sol e493fb3e95 Add 'available since' notes. Fixes #2054 il y a 5 ans

README.adoc

= Utilities

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

== Contracts

{{Address}}

{{SafeCast}}

{{Arrays}}

{{EnumerableSet}}

{{Create2}}

{{ReentrancyGuard}}