[Issue 1519] TypeInfo_Function and TypeInfo_Delegate should contain parameter types
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 27 05:30:12 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=1519
RazvanN <razvan.nitu1305 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |razvan.nitu1305 at gmail.com
Resolution|--- |WONTFIX
--- Comment #3 from RazvanN <razvan.nitu1305 at gmail.com> ---
TypeInfo_Function/TypeInfo_Delegate contain a "string deco" field that stores
the mangled name of the function. Using core.demangle, the parameter types can
be obtained.
--
More information about the Digitalmars-d-bugs
mailing list