Hacker News new | ask | show | jobs
by pitaj 992 days ago
Most heap-allocated values like `String` are also static. Essentially it means that anything the value references is not on the stack.
1 comments

Thanks for the explanation. I understand it now.