Input

Type Alias Input 

Source
type Input<'a> = (Vec<(&'a str, usize)>, FastMap<(char, char), Vec<String>>);