Hacker News new | ask | show | jobs
by Const-me 1983 days ago
> it has an unsafe keyword for using raw pointers

It has, but you don‘t need it to implement data structures. Standard library developers don’t need it either, they all implemented in safe code.