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
Previously, the lazy version of `mapWithKey` forced the whole structure
(except the leaves). For a large `HashMap`, it's usually much
better to be incremental. This also makes `mapWithKey` consistent
with `traverseWithKey`.
Fixes#195
0 commit comments