pub fn language(name: &str) -> Option<Box<dyn Language>>
Expand description

Returns the language with the specified name, if any.