2024-06-15 23:48:04 +08:00

11 lines
430 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 移動語義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)