Minor feature request

Gary Willoughby via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 28 00:54:31 PDT 2016


On Tuesday, 28 June 2016 at 06:13:44 UTC, Superstar64 wrote:
> ---
> auto func(MyObj obj) with(obj)
> {
>     //...
> }
>
> auto func(int arg) return arg;
>
> auto func() try
> {
>     //...
> }
> finally
> {
>     return //...
> }
> ---

Please no! All of these are awful.


More information about the Digitalmars-d mailing list