mito2::cache

Type Alias VectorCache

Source
type VectorCache = Cache<(ConcreteDataType, Value), VectorRef>;
Expand description

Maps Value to a vector that holds this value repeatedly.

e.g. "hello" => ["hello", "hello", "hello"]

Aliased Typeยง

struct VectorCache { /* private fields */ }