Skip to content

Commit

Permalink
Add Aloso's syntax suggestion of expr @ ..
Browse files Browse the repository at this point in the history
  • Loading branch information
miikkas committed Nov 10, 2024
1 parent e06e70a commit 857517a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions text/3723-static-function-argument-unpacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ Table 1. Operator symbol alternatives.
| Prefix | `**` | Used in Python for unpacking dictionaries into named keyword parameters. |
| Prefix | `{*}` | Used in Tcl for argument expansion. |
| Suffix | `: _*` | Used in Scala for sequence arguments. |
| Suffix | `@ ..` | Used already for [Rest patterns](https://doc.rust-lang.org/reference/patterns.html#rest-patterns). |
| Prefix | `@` | At. Emphasis on _where_ the arguments come from. Used in PowerShell for splatting. |
| Prefix | `^` | Connotation of "up and out". Used for `XOR` in binary contexts. |
| Prefix | `~` | Connotation of "inverting the collection inside-out", or C++ destructors. |
Expand Down

0 comments on commit 857517a

Please sign in to comment.