But I know maps can otherwise be traversed with `f...
# getting-started
w
But I know maps can otherwise be traversed with
for ((a, b) in myMap)
, but can it not be done with
.map()
?