Module slotmap::sparse_secondary[][src]

Expand description

Contains the sparse secondary map implementation.

Structs

A draining iterator for SparseSecondaryMap.

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

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

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

An iterator over the keys in a SparseSecondaryMap.

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

An iterator over the values in a SparseSecondaryMap.

A mutable iterator over the values in a SparseSecondaryMap.