Procedurally generate EnumerableSet and EnumerableMap (#3429)
This commit is contained in:
@ -90,6 +90,7 @@ contract AddressToUintMapMock {
|
||||
}
|
||||
}
|
||||
|
||||
// Bytes32ToBytes32Map
|
||||
contract Bytes32ToBytes32MapMock {
|
||||
using EnumerableMap for EnumerableMap.Bytes32ToBytes32Map;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user