Structs§
- Bucket
- A dynamic array-like data structure that supports efficient insertion, removal, and capacity management.
- Value
- Represents a value stored in the
Bucket
data structure. - Value
Index - Represents an index in a data structure.
- Value
Ref - A reference type for borrowed access to a
Value
within aBucket
.