Getting overloads for non-member functions

Simen kjaeraas simen.kjaras at gmail.com
Thu Jan 14 14:38:49 PST 2010


Is there a way to get a list of overloads for a function name in D?

For member functions, there's __traits( getVirtualFunctions, ... ), but  
that don't work for free functions.


-- 
Simen


More information about the Digitalmars-d-learn mailing list