What is the best way to create kind of a set() or a list (Like in Python) in Solidity?
I need a structure with adding and removing functionality. So I could know what elements are initialized there
Sep 6, 2021, 7:09 AM
EnumerableSet
Sep 6, 2021, 7:23 AM
Thanks
Sep 6, 2021, 7:28 AM