On 22.06.2017 22:02, jmh530 wrote:
The whole double parentheses is a bit ugly to me. Is there any problem with out(return > 0)
out(a => {
void foo()out(b => a == b){ return a; }
return foo()>0;
}());
Timon Gehr via Digitalmars-d Thu, 22 Jun 2017 13:21:29 -0700
On 22.06.2017 22:02, jmh530 wrote:
The whole double parentheses is a bit ugly to me. Is there any problem with out(return > 0)
out(a => {
void foo()out(b => a == b){ return a; }
return foo()>0;
}());