-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get rid of the Copy trait for K and V #18
Comments
I am not sure this would have great value for Also depending on how far you want to take this issue (concretely: remove |
@WiebeCnossen I'm not really an expert in this area. Help me understand. Now, when we put a pair into the array, we do |
we don't use |
Somehow
Vec
andHashMap
work with keys and values that don't implementCopy
. We should do the same. I'm not sure exactly how this can be done, but it should be possible.The text was updated successfully, but these errors were encountered: