[OT] Is there a real alternative to exceptions ?

Kagamin spam at here.lot
Fri Jan 17 08:56:27 UTC 2025


Or an error subrange?
```
V op(Range)(Range r)
{
	if(!r.error.empty)return r.error;
	...
}
```


More information about the Digitalmars-d mailing list