Procedurally generate EnumerableSet and EnumerableMap (#3429)

This commit is contained in:
Hadrien Croubois
2022-08-19 14:12:18 +02:00
committed by GitHub
parent c797195f1d
commit 17bc2dabe0
9 changed files with 708 additions and 15 deletions

View File

@ -90,6 +90,7 @@ contract AddressToUintMapMock {
}
}
// Bytes32ToBytes32Map
contract Bytes32ToBytes32MapMock {
using EnumerableMap for EnumerableMap.Bytes32ToBytes32Map;