indexical::map

Type Alias SparseRcIndexMap

Source
pub type SparseRcIndexMap<'a, K, V> = SparseIndexMap<'a, K, V, RcFamily>;
Expand description

SparseIndexMap specialized to the RcFamily.

Aliased Typeยง

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