Thanks for the interesting crate. Is iteration possible? Probably in the form of internal iteration, i.e. `map.for_each(|key, value| { ... })`?
Thanks for the interesting crate. Is iteration possible? Probably in the form of internal iteration, i.e.
map.for_each(|key, value| { ... })?