Variadic function template with one inferred template argument

Ben Jones fake at fake.fake
Sat Nov 7 22:12:03 UTC 2020


On Saturday, 7 November 2020 at 21:04:19 UTC, starcanopy wrote:
> void main() {
>     f!(int, float, char)("Hello, world!");
> }
>
> https://run.dlang.io/is/e8FGrF

Ah, I had discovered a different error when I tried that.  Thanks!


More information about the Digitalmars-d-learn mailing list