I wish Tuple's were still part of the language bec...
# stdlib
r
I wish Tuple's were still part of the language because each data class a user defines has a correspondent equivalence to one of the
TupleN
possible arities. Data classes could have had
.tupled
and
.fromTupled
as synthetic methods like they have now with
copy
allowing operations such as these kinds of zips to propagate directly to the target user defined data classes