Structs§
Functions§
- extract_
destructure_ vars - Extract all variable names from a list/array destructure pattern.
e.g.
[$a, $b]orlist($a, $b)→["a", "b"]Returns an empty vec if the expression is not a destructure. - extract_
simple_ var - infer_
arithmetic