On Wednesday, 12 July 2017 at 11:18:08 UTC, Biotronic wrote:
The traditional solution is static opCall:


That's bug city... the dummy argument is better, or a named static factory function.

Foo foo = Foo;
Foo foo = Foo();

those are different with static opCall. It also conflicts with constructors and non-static opCall.

Reply via email to