You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@doriancrutcher do you think this solution is good enough? Or do you want to have a separate function for that? And is there any diff compared to the Rust version?
I was writing an example and realized that an UnorderedMap and an Lookup Map should have a way to return all the keys within the collection.
In my example I had to store the keys separately in an UnorderedSet to be able to. accomplish this which seems like a redundant use of storage.
The text was updated successfully, but these errors were encountered: