Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 398 Bytes

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.