Though I actually find a mix more readable: ``` fo...
# getting-started
r
Though I actually find a mix more readable:
Copy code
for ((node, link) in outgoingResult) {
   link.forEach { it.node = node }
}