In Julia, arguments are passed by reference. How to "clone" an object so that you can modify it without changing the original one?
- [julia-users] Create a new object with the same value musicdenotation
In Julia, arguments are passed by reference. How to "clone" an object so that you can modify it without changing the original one?