Re: [julia-users] Mutate dict

2015-06-22 Thread Milan Bouchet-Valat
Le lundi 22 juin 2015 à 09:51 -0700, Benjamin Deonovic a écrit : I have a Dict constructed lets call it d. I want to pass it to a function that will change some entries in d. What is the appropriate way to do this so that I end up with an updated dictionary? Just pass it to the function? :-)

[julia-users] Mutate dict

2015-06-22 Thread Benjamin Deonovic
I have a Dict constructed lets call it d. I want to pass it to a function that will change some entries in d. What is the appropriate way to do this so that I end up with an updated dictionary?