Issue To Be Solved
Maybe Atree should provide an OrderedSet.
See Cadence PR onflow/cadence#2461
Suggested Solution
Evaluate adding atree.OrderedSet.
One approach is to provide a wrapper around existing atree.OrderedMap in order to reuse existing code. Also consider other approaches depending on priorities for qualities, tradeoffs, and other considerations.
Issue To Be Solved
Maybe Atree should provide an
OrderedSet.See Cadence PR onflow/cadence#2461
Suggested Solution
Evaluate adding
atree.OrderedSet.One approach is to provide a wrapper around existing
atree.OrderedMapin order to reuse existing code. Also consider other approaches depending on priorities for qualities, tradeoffs, and other considerations.