User:Ndcroos/Ownership types
Appearance
This is not a Wikipedia article: It is an individual user's work-in-progress page, and may be incomplete and/or unreliable. For guidance on developing this draft, see Wikipedia:So you made a userspace draft. Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
In computer science, ownership types are a way to address faults arising from object aliasing. An ownership type system enforces two kinds of restrictions to the object graph topological restriction encapsulation heap object-oriented programs
Object ownership
Ownership context is a region of the heap. Other names are ownership domains, contexts, boxes and regions.
borrowing
Example
[edit]{{{...}}}
Formal
[edit]References
[edit]Ownership types: A survey
Wang et al.
External links
[edit]