```Scala import scala.collection.parallel.CollectionConverters.* IArray(1, 2, 3).par ``` is ``` value par is not a member of IArray[Int] IArray(1, 2, 3).par ```