scala / collection-strawman

Implementation of the new Scala 2.13 Collections
Apache License 2.0
200 stars 72 forks source link

More specific return type for transformation operations of IntMap, LongMap and AnyRefMap #499

Closed julienrf closed 6 years ago

julienrf commented 6 years ago

Fixes scala/collection-strawman#403

Most of the operation had already been fixed by @szeiger in the meantime, but a few were missing.