Either we didn't understand the question, or this is not what you're talking about:

On Sunday, 8 May 2022 at 03:58:06 UTC,
Tejas wrote:
If there is only one possible value for the overload, is there an issue with using default arguments?
```d
int foo(int x, int a = 1) {
    return x + a;
}
```

Are the default arguments not enough for you?

SDB@79

Reply via email to