Expand description
The destructuring pass traverses the AST and destructures tuples into individual variables. This pass assumes that tuples have a depth of 1, which is ensured by the type checking pass.
Modulesยง
Structsยง
- Destructuring
- A pass to rewrite tuple creation and accesses into other code.