I know that in C# it is possible to define optional parameters. My question is directed at how flexible this is.
Let f be a function as below, with a
You can prefix the parameter with the argument name:
f(1, c:3);