Ownership
Ownership is a memory-management and resource-management model where rules about who controls a value, who may borrow it, and when it is cleaned up are enforced by the language or by project discipline.
Index
Cross-language ideas: type systems, runtimes, memory models, and tooling.