is it possible to use destructuring declarations i...
# getting-started
d
is it possible to use destructuring declarations in a foreach()? e.g. the forEach() version of:
Copy code
for ((fragmentTitle, fragment) in fragments) {

        }