Hacker News new | ask | show | jobs
by protomolecule 652 days ago
Your example wouldn't work, yes.

In case of structured binding

  The decision variable of the declaration is the invented variable e introduced by the declaration.
 
but in your case its simply:

  The decision variable of the declaration is the declared variable.