I want to be able to write:
val a = Array(1,2,3)
println(a.toString)
And have a meaningfull printout. Is it possible?
I want to be able to write:
val a = Array(1,2,3)
println(a.toString)
And have a meaningfull printout. Is it possible?
Copyright © 2021 Jogjafile Inc.
You have to do this: