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 :(.