Closed kaikalii closed 1 year ago
I have an application of EcoVec where I want to get a mutable reference only if it would not clone, so EcoVec::make_mut by itself is insufficient.
EcoVec
EcoVec::make_mut
Thanks!
I have an application of
EcoVec
where I want to get a mutable reference only if it would not clone, soEcoVec::make_mut
by itself is insufficient.