July 04, 2013 inverse of std.demangle? | ||||
|---|---|---|---|---|
| ||||
Attachments:
| I'd like to have a function:
string mangle(string mangled_string);
unittest{
void foo(int x){}
assert(foo.mangleof.demangle.mangle == foo.mangleof);
}
is there such a functionality, even partially?
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply