Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add short function definition syntax
The short function definition syntax was introduced with DMD 2.101.0 and replaces an ordinary block statement function body with a lambda-like construct (`int foo(int x) => x + 1;`).
- Loading branch information