Checking if a function exists

Michiel nomail at please.com
Wed Feb 21 12:25:20 PST 2007


I'm not quite sure how to do this, but I'm sure one of you does. I need
something like:

static if ( functionExists(char[] .toString(T)) ) { ... }

static if ( functionExists(char[] T.toString()) ) { ... }

What is the real way to do this static check?

Thanks!

-- 
Michiel



More information about the Digitalmars-d mailing list