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