Skip to content

Commit c8886dc

Browse files
authored
Define "interior mutability"
1 parent 431a3ac commit c8886dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/src/introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## Terms
55

6+
* *interior mutabilitiy* — 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)