Skip to content

Commit

Permalink
Merge branch 'master' into set_size
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Sep 3, 2019
2 parents 55ae7c6 + cc48a5e commit ed54e50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[![Build Status](https://travis-ci.org/gnosis/solidity-data-structures.svg?branch=master)](https://travis-ci.org/gnosis/solidity-data-structures?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/gnosis/solidity-data-structures/badge.svg?branch=master)](https://coveralls.io/github/gnosis/solidity-data-structures?branch=master)

# solidity-data-structures
A collection of basic data structures implemented in solidity

### IterableAppendOnlySet
A set which allows to iterate over its contents. It does not allow containing 0 as an element and only supports insertions (no removals).

0 comments on commit ed54e50

Please sign in to comment.