inko icon indicating copy to clipboard operation
inko copied to clipboard

Implement Clone for Map

Open yorickpeterse opened this issue 1 year ago • 0 comments

Description

Map should implement the Clone trait. I've started work on this in the map-clone branch, but in doing so seem to have uncovered a bug in the type checker when checking type bounds, resulting in it rejecting the implementation.

Related work

No response

yorickpeterse avatar Jan 03 '24 12:01 yorickpeterse