'unwrap envy' and exceptions

Kagamin spam at here.lot
Fri Sep 10 15:26:18 UTC 2021


Nullable doesn't replace exceptions, it specifies a value which 
is legitimately absent, not due to an error, it's `Result` that 
replaces exceptions. Also languages built with this pattern in 
mind have syntax sugar that helps propagate those errors upwards.


More information about the Digitalmars-d mailing list