What am I doing wrong?

void f() {}

writeln(typeof(f).stringof);   // prints "void()"

writeln(is(f == function));    // prints "false"

Reply via email to