Nicolás Venturo e493fb3e95 Add 'available since' notes. Fixes #2054 5 years ago
..
Address.sol fbddf5ba5b Test common case first (#2023) 5 years ago
Arrays.sol bd1f2ededd Update Arrays.sol (#1863) 6 years ago
Create2.sol e493fb3e95 Add 'available since' notes. Fixes #2054 5 years ago
README.adoc 8c40a5b275 Create2 feature pending tasks (#2013) 5 years ago
ReentrancyGuard.sol 06983a2075 add note suggesting reentrancy post (#2059) 5 years ago
SafeCast.sol e493fb3e95 Add 'available since' notes. Fixes #2054 5 years ago

README.adoc

= Utilities

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

== Contracts

{{Address}}

{{SafeCast}}

{{Arrays}}

{{Create2}}

{{ReentrancyGuard}}