summaryrefslogtreecommitdiff
path: root/Mutable references are safe because they prevent aliasing.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-08-08 22:44:15 +0200
committerJasper Ras <jras@hostnet.nl>2025-08-08 22:44:15 +0200
commit22675cd8dc75d8b8d4b0f818f5b093efbc364802 (patch)
tree90156d37dccf13f012d535e7d92273259e3d5c17 /Mutable references are safe because they prevent aliasing.md
parent295b343aecf330e830d79f06e0efc511e7d76da1 (diff)
vault backup: 2025-08-08 22:44:15HEADmain
Diffstat (limited to 'Mutable references are safe because they prevent aliasing.md')
-rw-r--r--Mutable references are safe because they prevent aliasing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mutable references are safe because they prevent aliasing.md b/Mutable references are safe because they prevent aliasing.md
index bb837f7..13ee277 100644
--- a/Mutable references are safe because they prevent aliasing.md
+++ b/Mutable references are safe because they prevent aliasing.md
@@ -1,5 +1,5 @@
[[Pointer safety principle]]
-[[Aliasing is accessing the same data through different variables]]
+[[Aliasing just means that multiple variables point to the same heap data]]
[[Downgrading a mutable reference]]
---