Closed
Description
Welcome to Scala 2.13.1 (OpenJDK 64-Bit Server VM, Java 11.0.1).
Type in expressions for evaluation. Or try :help.
scala> val s = Array(1): collection.IndexedSeq[Int]
s: scala.collection.IndexedSeq[Int] = ArraySeq(1)
scala> s.to(collection.IndexedSeq) eq s // should be true
res0: Boolean = false