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