Hello,
I just completed move_semantics3.rs and was wondering how does the mut in front of a parameter work.
The variable vec0 is not mutable as a variable and also vectors don't have copy implemented.
How does the function make the given vec0 borrowed variable mutable?
I couldn't find an explanation and hope you can enlighten me.
Best regards
dataCobra