I am trying to create an implicit conversion from any type (say, Int) to a String...
An implicit conversion to String means RichString methods (like reverse) are not
I'm confused: can't you use .toString on any type anyway thus avoiding the need for implicit conversions?
.toString