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
list=[{0,"a"}]list[0]# <= this does not raiseKeyword.get(list,0)# <= this raises correctly
We can't check if the full list is correct because we use :lists.keyfind/3 for performance reasons, but we should at least check that the given key is an atom.