1 comment

[ 0.24 ms ] story [ 12.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.