pub fn strip_internal_prefixes(expr: &str) -> String
Strip internal module prefixes (modules starting with underscore)
Converts “_core.Type” -> “Type”, “_internal._nested.Type” -> “Type”