Skip to content

0xbyte0/iterablemapping

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

License

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from foundry-rs/forge-template