Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View szerintedmi's full-sized avatar

Peter Petrovics szerintedmi

  • Equal Experts
  • London, UK
View GitHub Profile
@szerintedmi
szerintedmi / itmap.sol
Last active May 31, 2017 10:44 — forked from ethers/itmap.sol
Solidity iterable map
pragma solidity ^0.4.8;
library itMaps {
/***********************
* Iterable maps:
* itmapUintUint for uint=>uint maps
* itmapAddressUint for address=>uint maps
* itmapUintAddress for uint=>address maps
* Use:
* import "./itmaps.sol"