[OT] Is there a real alternative to exceptions ?
Kagamin
spam at here.lot
Fri Jan 17 08:56:27 UTC 2025
Previous message:
[OT] Is there a real alternative to exceptions ?
Next message:
[OT] Is there a real alternative to exceptions ?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Or an error subrange? ``` V op(Range)(Range r) { if(!r.error.empty)return r.error; ... } ```
Previous message:
[OT] Is there a real alternative to exceptions ?
Next message:
[OT] Is there a real alternative to exceptions ?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Digitalmars-d mailing list