Cache

Type Alias Cache 

Source
type Cache = Vec<FastSet<(usize, usize)>>;

Aliased Typeยง

struct Cache { /* private fields */ }