Function demangle_generic

Source
fn demangle_generic(input: &str) -> String
Expand description

A function that demangles a generic name. It will replace underscores with spaces and capitalize the first letter.