1.0.0 • Published 5 years ago

solidity-data-structures v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Build Status Coverage Status

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).

1.0.0

5 years ago