indexical::map

Type Alias SparseRefIndexMap

Source
pub type SparseRefIndexMap<'a, K, V> = SparseIndexMap<'a, K, V, RefFamily<'a>>;
Expand description

SparseIndexMap specialized to the RefFamily.

Aliased Typeยง

struct SparseRefIndexMap<'a, K, V> { /* private fields */ }