summaryrefslogtreecommitdiff
path: root/Aliasing is accessing the same data through different variables.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 /Aliasing is accessing the same data through different variables.md
parent295b343aecf330e830d79f06e0efc511e7d76da1 (diff)
vault backup: 2025-08-08 22:44:15HEADmain
Diffstat (limited to 'Aliasing is accessing the same data through different variables.md')
-rw-r--r--Aliasing is accessing the same data through different variables.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/Aliasing is accessing the same data through different variables.md b/Aliasing is accessing the same data through different variables.md
deleted file mode 100644
index 16db4a3..0000000
--- a/Aliasing is accessing the same data through different variables.md
+++ /dev/null
@@ -1,9 +0,0 @@
-[[Rust]]
-[[Ownership]]
-[[Dereferencing is to access the data behind a pointer]]
-[[Pointer safety principle]]
-
-
----
-
-Mutating an alias is dangerous. \ No newline at end of file