Type Alias Cache

Source
type Cache = FastMap<(char, char, usize), usize>;

Aliased Typeยง

struct Cache { /* private fields */ }