Is there a Pattern in Scala that add a method to an Array object?
Posted
by Fred Haslam
on Stack Overflow
See other posts from Stack Overflow
or by Fred Haslam
Published on 2010-05-06T04:07:09Z
Indexed on
2010/05/06
5:08 UTC
Read the original article
Hit count: 207
Is there a Pattern in Scala that can add a method to an Array object?
I am thinking of the implicit conversion of Int to RichInt. But that can't be done as Array is a final class.
© Stack Overflow or respective owner