You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally I would want to use the remove function as a pop function that doesn't require clone just moving the data. This is supported by the std::collections::HashMap::remove. This arose from a use case where the data pointed to did not implement Clone.
Ideally I would want to use the remove function as a pop function that doesn't require clone just moving the data. This is supported by the
std::collections::HashMap::remove
. This arose from a use case where the data pointed to did not implement Clone.im-rs/src/hash/map.rs
Line 696 in 71331ea
The text was updated successfully, but these errors were encountered: