pub fn strip_stdlib_prefixes(type_expr: &str) -> StringExpand description
Strip standard library prefixes from type expressions
Removes prefixes like “typing.”, “builtins.”, “collections.abc.”, etc. while preserving the structure of complex type expressions.