Skip to main content

Module expr

Module expr 

Source

Structs§

ExpressionAnalyzer

Functions§

extract_destructure_vars
Extract all variable names from a list/array destructure pattern. e.g. [$a, $b] or list($a, $b)["a", "b"] Returns an empty vec if the expression is not a destructure.
extract_simple_var
infer_arithmetic