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.
Re-exportsยง
pub use destructurer::*;
Modulesยง
- destructure_
program ๐