Max Samukha wrote:
>> static if ( functionExists(char[] T.toString()) ) { ... }
>
> The way that I can think of is
>
> static if (is(typeof(&T.toString) == char[] function()))
Thanks! That part works great. The only thing missing now is the
toString(T) part.
--
Michiel