/SoliditySet

A countable, iterable and unordered Set type for Solidity that stores unique items. The time and memory complexity of every operation is O(1). Please note that this container does not preserve the order of its contents.

No issues in this repository yet.