dashmap icon indicating copy to clipboard operation
dashmap copied to clipboard

Cloning iterators

Open clarfonthey opened this issue 1 year ago • 0 comments

This makes it possible to clone iterators even when the keys and values of a map are not cloneable, since they aren't being cloned.

It also makes a small change to IterSet to default the map argument, like Iter does.

clarfonthey avatar Aug 23 '23 17:08 clarfonthey