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!
Ben Jones via Digitalmars-d-learn Sat, 07 Nov 2020 14:15:46 -0800
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!