❔ Is there a built-in way to map (transform) a tuple?
For example, I'd like to do this (hypothetical code):
instead of that
The reasoning is that it's cumbersome to have to introduce variable names for intermediate computations involving tuples. Being able to transform them directly makes it possible to avoid that.
instead of that
The reasoning is that it's cumbersome to have to introduce variable names for intermediate computations involving tuples. Being able to transform them directly makes it possible to avoid that.