You're viewing a single thread.
View all comments
39
comments
Same for C, & yields a pointer to a value, and * allows you to access the data. (For rust people, a pointer is like a reference with looser type checking)
4 0 ReplyWe have pointers in Rust, too :) see documentation
6 0 ReplyI doubt many people have ever use that or any of the other low level memory API. The main appeal of rust is not having to do that.
4 1 ReplySure, but raw pointers and unsafe Rust are still covered in the official learning material, so I assume that most Rust devs know about raw pointers.
1 0 Reply
You've viewed 39 comments.
Scroll to top