pub type DefaultLookup<D: Dim, T> = HashMap<D::Idx, T>;
Default type used as the lookup of sparse vectors.
struct DefaultLookup<D: Dim, T> { /* private fields */ }