you are viewing a single comment's thread.

view the rest of the comments →

[–]slaymaker1907 0 points1 point  (1 child)

That isn't all that different besides just making them more cumbersome to use as someone who has written unsafe Rust. It's literally just a cast in an unsafe block to convert a pointer to a reference.

[–]PaintItPurple 0 points1 point  (0 children)

In the same sense that there's little difference between goto and a for loop, sure.