BCS schrieb:
I have a partial solution here: http://www.dsource.org/projects/scrapple/browser/trunk/log_api/LogAPI.dFeel free to steal whatever you want from it. If you are really adventures and want to, I can get you SVN access and you can dump stuff back into that.
Why is that "is" used here: static if(is(a == char*))I know is is normally used for identity comparison, but what does it do here?
Also, I've never seen something like that (I mean that ":"): else static if(is(a : int))