Skip to content

Conversation

@cuviper
Copy link
Member

@cuviper cuviper commented Nov 29, 2025

The unused values are dropped and replaced with MaybeUninit<V> when constructing IntoKeys, so we can avoid any constraints on V while cloning -- and vice versa for unused keys in IntoValues.

Closes #346

The unused values are dropped and replaced with `MaybeUninit<V>` when
constructing `IntoKeys`, so we can avoid any constraints on `V` while
cloning -- and vice versa for unused keys in `IntoValues`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

impl Clone for IntoKeys and IntoValues

1 participant