Skip to content

Commit dabbc41

Browse files
authored
Merge pull request #32 from shepmaster/patch-2
Define "interior mutability"
2 parents 351bb96 + 6554ac1 commit dabbc41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/src/introduction.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## Terms
55

6+
* *interior mutability* — mutating memory where there also exists a live shared reference non-transitively pointing to the same memory.
7+
68
(TODO: definitions)
79

810
* *niche*

0 commit comments

Comments
 (0)