Use `EnumerableSet` internally for `ERC165Storage`
ItsNickBarry opened this issue · 2 comments
ItsNickBarry commented
The ability to enumerate ERC165 interfaces could theoretically be useful (if anyone ever decides to use ERC165).
ItsNickBarry commented
This would be a better design, but any upgrade would be incompatible with existing contracts and ER165 is useless anyway.
ItsNickBarry commented
Also, EnumerableSet
would use a bit more gas.