Oddbean new post about | logout
 I don't really understand what #RustLang's Cell<T> looks like at runtime. Does it still exist? Presumably it depends on T—something like: If T is on the heap, then Cell<T> is a pointer, but if T is Copy then Cell<T> is pretty much erased?