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
Throughout the standard library, we have always chosen the word "put" instead of "set". The only remaining function is set_elem/3. The question is: is it worthy renaming the function to put_elem/3 or should it be kept as set_elem/3 to be closer to the Erlang variant?