Hands-On Data Structures and Algorithms with Rust
上QQ阅读APP看书,第一时间看更新

Questions

  • How are Sized types different from other types?
  • How does Clone differ from Copy?
  • What are the main drawbacks of immutable data structures?
  • How can applications benefit from immutable data structures?
  • Think about an immutable list that you want to work on—how would you distribute it across multiple threads?