- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
unboxing implicit conversions ?
Thu, 2009-08-20, 19:04
Predef contains boxing implicit conversions like double2Double,
but not the reverse unboxing counterparts.
Is this by design?
Are they defined elsewhere?
There are only a handful of scalar types so
it is easy to do it yourself,
but it would be nice if there was a standard location for them.
cheers
Daniel