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
In HashMap there is mapFilter method, but in Iter such a method is missing.
That inconsistency calls to add mapFilter to Iter. It would also be a highly useful method (take how often a similar method filterMap is used in Rust!)
The text was updated successfully, but these errors were encountered:
In
HashMap
there ismapFilter
method, but inIter
such a method is missing.That inconsistency calls to add
mapFilter
toIter
. It would also be a highly useful method (take how often a similar methodfilterMap
is used in Rust!)The text was updated successfully, but these errors were encountered: