SparseRefIndexMap

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ยง

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