Function get_max_underscores

Source
pub fn get_max_underscores(program: &[GenericCommand<String, String>]) -> usize
Expand description

Computes the maximum number of underscores in any symbol name in the program.