mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-29 15:19:19 +00:00
11 lines
430 B
Markdown
11 lines
430 B
Markdown
# 移動語義(Move Semantics)
|
||
|
||
這些練習改編自 [pnkfelix](https://github.com/pnkfelix) 的 [Rust Tutorial](https://pnkfelix.github.io/rust-examples-icfp2014/) ——感謝 Felix!!!
|
||
|
||
## 進一步了解
|
||
|
||
在這一部分中的連結特別重要。
|
||
|
||
- [所有權](https://doc.rust-lang.org/book/ch04-01-what-is-ownership.html)
|
||
- [引用與借用](https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html)
|