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