Module sparse_vec

Module sparse_vec 

Source
Expand description

A sparsely populated vector, written SparseVec<I, T>, where I is the index type and T is the value type.

I must implement SparseSetIndex, in particular, it must be able to be converted to a usize index.

Structsยง

SparseVec
A sparsely populated vector, written SparseVec<I, T>, where I is the index type and T is the value type.