Hi guys. I have two collections of the same size: ...
# announcements
u
Hi guys. I have two collections of the same size: {a,b,c}, {1, 2, 3}. I would like to transform them to the list of {1a, 2a, 3a}, 1a - some object created from 1 and a. I wonder how would I do that using this fancy Kotlin collections API?