Supports: - Closure syntax: `(x, y) => z` - Shorthand for a single argument: `x => y` - Function syntax: `let f(x) = y` - Capturing of variables from the environment - Error messages for too few / many passed arguments Does not support: - Named arguments - Variadic arguments with `..`
Description
No description provided
Languages
Rust
86.4%
Typst
13%
TypeScript
0.4%
Nix
0.1%