On Sunday, 31 March 2019 at 13:11:48 UTC, kinke wrote: >> void func(int a, int b, <bool o>); > > I find the syntax terrible. IMO, any extra syntax in the > signature isn't acceptable; it should be call-sites-specific > only, i.e., C#-style. AFAIK, languages don't have dedicated named parameters.