Re: Convert from console input

2009-04-13 Thread Sam Hu
Thanks.It works now.

Re: Determining if a symbol is a function

2009-04-13 Thread Lars Kyllingstad
Doctor J wrote: Answered my own question: static if (is(typeof(func0) == function)) writefln(func0 is a function.); is() really wants a type, not an expression. You say you want to test whether a struct/class member is a field or a property. Pointers to class and struct methods