[RFC] Throwing an exception with null pointers
Walter Bright
newshound2 at digitalmars.com
Thu Apr 17 05:09:41 UTC 2025
```C
int foo(int * arg1, int * NULL_UNSPECIFIED arg2, int * NULLABLE arg3) {
```
https://www.youtube.com/watch?v=vEr0EAcSWcc
More information about the Digitalmars-d
mailing list