Which implicits are present by default in Scala?
I know of RichString, Regex and some others I use.
- But is there a list of them all?
- Where are they implemented ? SourceFiles?
- Is there a way to get a list of all possible implicit conversions for the current state of imports ?