#immutability
Read more stories on Hashnode
Articles with this tag
Scala Array is not located in the scala.collection.mutable package, however, they are in fact mutable val arr = Array(1,2,3) arr(1) =...