1 comment

[ 3.1 ms ] story [ 20.4 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.