Open
Description
This is a mantle issue to collect areas where the standard library should be retro-fitted to work better with Scala 3. Please add more requests in comments, or, if you have access rights, edit this PR description.
-
derived
in classes like Ordering. See https://contributors.scala-lang.org/t/derived-ordering-for-simple-enum/5243/10 -
CanEqual
given instances in classes likeOption
-
CanEqual
requirements in methods likecontains
- Inlined override of
foreach
inRange
so that we finally get fast C-style for loops