On Thursday, 18 December 2014 at 22:46:06 UTC, Jonathan Marler wrote:
    foo(cast() s);      // Another possible syntax

That already has meaning in D: it strips off qualifiers like casting immutable to mutable. So cast(auto) would be better.

Reply via email to