Discuss: https://github.com/D-Programming-Language/dmd/pull/3399Andrei
I like comma operator and use often in my code, it's a very nice syntactic construct for mini-statements.
if(len<=optlen)opti=i, optj=j, optlen=len;
Discuss: https://github.com/D-Programming-Language/dmd/pull/3399Andrei
I like comma operator and use often in my code, it's a very nice syntactic construct for mini-statements.
if(len<=optlen)opti=i, optj=j, optlen=len;