Chapter 2. Working with Collections
In this chapter, we will cover the following recipes:
- Using a vector
- Using a string
- Accessing collections as iterators
- Using a
VecDeque
- Using a
HashMap
- Using a
HashSet
- Creating an own iterator
- Using a slab
In this chapter, we will cover the following recipes:
VecDeque
HashMap
HashSet