bug
bug copied to clipboard
Move the `RichXYZ` classes out of the `runtime` package
In my opinion the RichXYZ classes should be moved outside of the runtime package. The runtime package is not supposed to be part of the public API.
Originally posted by @sjrd in https://github.com/scala/bug/issues/2086#issuecomment-510224164
@sjrd where would they go instead?
Probably the companions of their corresponding primitives.