diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-08-08 22:44:15 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-08-08 22:44:15 +0200 |
commit | 22675cd8dc75d8b8d4b0f818f5b093efbc364802 (patch) | |
tree | 90156d37dccf13f012d535e7d92273259e3d5c17 /Mutable references are safe because they prevent aliasing.md | |
parent | 295b343aecf330e830d79f06e0efc511e7d76da1 (diff) |
Diffstat (limited to 'Mutable references are safe because they prevent aliasing.md')
-rw-r--r-- | Mutable references are safe because they prevent aliasing.md | 2 |
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]] --- |