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
One thing to note is that if we have the same name multiple times in the list it will overwrite itself. eg list(x = 1, x = 2) the value in the hashmap will be ("x", 2).
Additionally we should give users a reminder that HashMaps are not ordered so we cannot expect the output from List::from_hashmap() to be in the same order.