CLI tool for quickly demangling a symbol
Supports the same languages as symbolic-demangle: C++, Rust, Swift, and ObjC.
demangle <LANGUAGE> <SYMBOL>
Use demangle --help
for more.
% demangle swift '_$s10Foundation15AttributeScopesO7SwiftUIE05swiftE0AcDE0D12UIAttributesVmvg'
(extension in SwiftUI):Foundation.AttributeScopes.swiftUI.getter : (extension in SwiftUI):Foundation.AttributeScopes.SwiftUIAttributes.Type
cargo install demangle