Seeking help with opend std

IchorDev zxinsworld at gmail.com
Mon Jan 13 16:25:08 UTC 2025


On Monday, 13 January 2025 at 12:26:07 UTC, Anton Pastukhov wrote:
> My uninformed opinion is that shouldn't cause too much trouble? 
> popFront and popBack currently return void, so it's safe to 
> assume there are no places in the existing code that expect a 
> return value, so it's just going to be discarded. I could be 
> terribly wrong ofc

You can do this:
```d
void fn1(){}
void fn2(){ return fn1(); }


More information about the Digitalmars-d mailing list