Expand description
a data structure that enables quick random access/insertion/removal of unordered items without reallocating or shifting elements
Modules§
- error
- errors associated with the depot data structure
- link
- code for linking empty memory cells in a depot data structure
- space
- code for storing individual memory cells in a depot data structure
Structs§
- Array
Depot - an implementation of
ParkingLotthat uses a fixed-size array as backing memory - VecDepot
- an implementation of
ParkingLotthat uses a resizable vector as backing memory
Traits§
- Depot
- capability to store values in a depot data structure implementation