In this much-cited post, Eric Lippert explains that "The stack is an implementation detail".
So as I understand it, in the world of .NET, the major distinction is reference types vs value types.
But reading this introduction to the Span<>
type, I see loads of references to 'Heap' and 'Stack'. Are these proxies for 'reference and value' in this context, or has the heap/stack distinction snuck back in?