Scala Tuple2Zipped vs IterableLike zip
will help you In case it's not obvious, the values and types of v1 and v2
differ: v1 has type List[(Int, Int)] with the value List((1, 5), (2, 6),
(3, 7)); v2 has type scala.runtime.Tuple2Zipped[Int, List[Int], Int,
List[Int]] and has the value (List
Date : January 02 2021, 06:48 AM , By : meshiura