food for thought - swift 5 released - bottom types, string interpolation, and stuff.
Mike Franklin
slavo5150 at yahoo.com
Fri Apr 12 04:32:07 UTC 2019
On Friday, 12 April 2019 at 04:19:19 UTC, Mike Franklin wrote:
> And what do you have to say about this gem?
> https://github.com/dlang/dmd/blob/4c65b8726a66314e12ad1cad66b099d358e7165d/src/dmd/optimize.d#L62-L65
```
Expression nullReturn()
{
return null;
}
return nullReturn;
```
That leaves me dumbfounded every time I see it.
Mike
More information about the Digitalmars-d
mailing list