It will never stop irking me that a significant part of the justification for references is that they can’t be null, but you can trivially get them because the compiler does not check. I’ve literally filed bugs requesting a non_null attribute and been told I should just use references.
It will never stop irking me that a significant part of the justification for references is that they can’t be null, but you can trivially get them because the compiler does not check. I’ve literally filed bugs requesting a non_null attribute and been told I should just use references.