Pablo Ripolles wrote: > little typo: writefln("f(%1$s) = %2$%", x, y); ---> > writefln("f(%1$s) = %2$s", x, y); > > it doesn't compile anyway! > > Walter, don't you think that the ctor overloading should be on > "static opCall" better than *any* opCall? That would make opCall overload unlike anything else.