no support for nested destructuring? ``` for (((d...
# getting-started
p
no support for nested destructuring?
Copy code
for (((desc, price, popularity), index) in products.withIndex()) {