On 5/16/2017 12:48 PM, Timon Gehr wrote:
It's a good option to have, but D is not an expression-based language, so this can be painful, as you cannot declare intermediate variables nor use statements.
You can by using lambdas, but embedded lambdas are rather awkward.