orx_v

Type Alias DefaultCache

Source
pub type DefaultCache<D: Dim, T> = HashMap<D::Idx, T>;
Expand description

Default type used as the cache of cached vectors.

Aliased Typeยง

struct DefaultCache<D: Dim, T> { /* private fields */ }