Is there a Pattern in Scala that add a method to an Array object?
- by Fred Haslam
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.