On Wednesday, 4 April 2018 at 15:44:34 UTC, Steven Schveighoffer wrote:
See my original post:

I know I can do things like this:

void foo(int x) { return foo(nullable(x)); }

-Steve

Oops, I read only the body of that function and thought it's a main function constructiong nullable when calling.

Well, short of defining some sort of mixin to do this automatically, no better ideas :(.

Reply via email to