Guys, I have two lists of same length. Want to ite...
# announcements
m
Guys, I have two lists of same length. Want to iterate them in parallel. Is there a good kotlin way of doing it or just use a for loop with index approach?
s
m
thanks, this works 🙂