getOverloads trait doesn't work on functions

faissaloo faissaloo at gmail.com
Sat Apr 13 19:02:42 UTC 2019


I'm trying to use:
```
__traits(getOverloads, fn)
```
But I get the error

>expected 2 arguments for getOverloads but had 1

Is there an alternative I can use?


More information about the Digitalmars-d-learn mailing list