seniorjoinu / ic-stable-memory

Lets you store canister data directly in stable memory
MIT License
42 stars 11 forks source link

Iterate over data in SHashMap? #9

Closed saikatdas0790 closed 2 years ago

saikatdas0790 commented 2 years ago

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?

seniorjoinu commented 2 years ago

Done for 0.2.4 and for 0.4.0-rc also.