Module slotmap::secondary[][src]

Expand description

Contains the secondary map implementation.

Structs

A draining iterator for SecondaryMap.

An iterator that moves key-value pairs out of a SecondaryMap.

An iterator over the key-value pairs in a SecondaryMap.

A mutable iterator over the key-value pairs in a SecondaryMap.

An iterator over the keys in a SecondaryMap.

Secondary map, associate data with previously stored elements in a slot map.

An iterator over the values in a SecondaryMap.

A mutable iterator over the values in a SecondaryMap.