LangIndex

Index

Concepts

Cross-language ideas: type systems, runtimes, memory models, and tooling.

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.