generic function instance without call

vit vit at vit.vit
Wed Apr 27 15:27:01 UTC 2022


Fix:
```d
auto fn = foo!((a, ref b) => true)(new int(42), x);
```



More information about the Digitalmars-d-learn mailing list