We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to mapValues #60
mapValues
reverseMap
filterKeys
now return a view, where before it was a strict collection.
The text was updated successfully, but these errors were encountered:
Rewrite for strict reverseMap and filterKeys (fix scala#85)
2bbfd40
reverseMap is already strict.
Sorry, something went wrong.
190b7b3
Merge pull request #107 from MasseGuillaume/roughly
ee152e2
Rewrite for strict reverseMap and filterKeys (fix #85)
fix faulty scala-steward upgrade of Scala.js (scala#85)
192ed91
No branches or pull requests
Similar to
mapValues
#60reverseMap
filterKeys
now return a view, where before it was a strict collection.
The text was updated successfully, but these errors were encountered: