anymap icon indicating copy to clipboard operation
anymap copied to clipboard

Add `extend_map` method to `Map<A>`

Open LucioFranco opened this issue 1 year ago • 0 comments

This adds the ability to extend the Map without Map needing to impl IntoIterator which I don't think is possible to support without GATs. This specializes the impl to just Map instead of the other type needing to impl IntoIterator.

My editor applied rustfmt against this so I am happy to back those changes out.

LucioFranco avatar Nov 15 '22 18:11 LucioFranco