This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
I’ve been learning Rust for fun and one of the things I’ve found helpful is to mentally visualise where values are in memory and how they point to each other. The mental model I use is a section of byte-addressable memory split into four regions: code, globals, heap, and (thread) stack(s): 
 
 

 To make these easier to illustrate, I split them out on their own rows…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.