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 /Aliasing is accessing the same data through different variables.md | |
parent | 295b343aecf330e830d79f06e0efc511e7d76da1 (diff) |
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.md | 9 |
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 |