seniorjoinu/ic-stable-memory

Iterate over data in SHashMap?

Closed this issue · 1 comments

I have data in a SHashMap and I've realized that I need to iterate over it. But there's no method that allows me to do so.

Even the std::collection::HashMap has an iter method that allows this. Any solution for this?

Done for 0.2.4 and for 0.4.0-rc also.