``` list.map { Tuple(it.b, it.a) } ``` his is not ...
# arrow
t
Copy code
list.map { Tuple(it.b, it.a) }
his is not valid?