is it a design or technical reason to allow destru...
# announcements
e
is it a design or technical reason to allow destructurization only for local variables and lambdas? I'm looking for top level variables
p
Destructuring also works in lambdas.
e
Thanks, edited
a
I'd guess that none has yet requested that feature
p
It will not be possible to define getter or setter for such declaration, right?
👌 1
k
Possibly because it's tricky/dangerous to have global variables defined with so much implicitness.