Hacker News new | past | comments | ask | show | jobs | submit login

Can confirm, used null all the time in Rust. The raw pointers are important native Rust constructs, although they do skew to supporting C idioms as much as possible (e.g. `* const T` and `* mut T` is basically a worthless distinction within Rust itself).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: