Crate onebuck

Source

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.
ValueIndex
Represents an index in a data structure.
ValueRef
A reference type for borrowed access to a Value within a Bucket.

Type Aliases§

Index