inverse of std.demangle?

Timothee Cour thelastmammoth at gmail.com
Wed Jul 3 17:42:38 PDT 2013


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20130703/de07ff6f/attachment.html>


More information about the Digitalmars-d-learn mailing list