IterableMap A gas optimized Solidity IterableMap. Contract pragma solidity ^0.8.13; import "./IterableMap.sol"; contract MyContract { IterableMapping.Map private map; } Development This project uses Foundry. See the book for instructions on how to install and use Foundry.