Extend with to take multiple arguments

Andrei Alexandrescu SeeWebsiteForEmail at erdani.com
Wed Jun 5 20:10:40 UTC 2019


On 6/5/19 1:15 AM, ag0aep6g wrote:
> On 05.06.19 02:57, Amex wrote:
>> with(A){with(B){with(C){
>> is quite annoying...
> 
> You don't need the braces.
> 
> with (A) with (B) with (C)
> {
>      ...
> }

Wow this must be the shortest and most satisfying thread ever.


More information about the Digitalmars-d mailing list