|
|
|
|
|
by avgcorrection
1488 days ago
|
|
The comment that you respondend to: > > Sane languages have pointers which either can't be null or require you to check explicitly. You cannot try to dereference a nullable pointer in safe Rust. It has got nothing to do with Optional (Some/None). |
|