Module memtable::list[][src]

Expand description

Contains lists and associated traits for storing items

Structs

Represents a dynamic list that can grow and shrink with unlimited capacity

Represents a fixed list that can grow up to a specific capacity N

Traits

Represents a generic list of items