1 comment

[ 4.8 ms ] story [ 13.9 ms ] thread
Rust does have nullable pointers, but those are unsafe to use. In safe code, you use non-nullable references and the option monad.