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
apparently because first makes an iterator of pairs and getindex makes a dictlike of pairs. I find this complicated. Maybe there is another design possible, perhaps inspired by Dictionaries.jl.
The text was updated successfully, but these errors were encountered:
In 1.9,
apparently because
first
makes an iterator of pairs andgetindex
makes a dictlike of pairs. I find this complicated. Maybe there is another design possible, perhaps inspired by Dictionaries.jl.The text was updated successfully, but these errors were encountered: