On Thu, Apr 16, 2009 at 10:11 PM, Doctor J <[email protected]> wrote:

> template Widen (T, alias varname)
> {
>    static if (is (T: ulong))
>        ulong varname = 0;
>    else if (is (T: double))

else *static* if(is(T: double))

Reply via email to