tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
Demangler.demangle
tango
core
tools
Demangler
Demangler
Demangles the given string using output to hold the result.
inout
(
char
)[]
demangle
(inout(char)[] input)
inout
(
char
)[]
demangle
(inout(char)[] input, char[] output)
class
Demangler
inout
(
char
)[]
demangle
(
inout
(
char
)[]
input
,
char
[]
output
)
Meta
Source
See Implementation
tango
core
tools
Demangler
Demangler
functions
demangle
Demangles the given string using output to hold the result.