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
Go 1.12 adds the ability to range over NaN keys.
However, it turns out that even with this functionality, there is still
no obvious way to compare the values. Thus, commit to behavior of just
panicking and letting obscure maps like this be handled by a custom Comparer.
Fixes#93
0 commit comments