Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An optimized IterableMapping

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages