[Issue 9608] Add introspection for templates
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat May 10 07:39:30 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=9608
Jacob Carlborg <doob at me.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |doob at me.com
--- Comment #6 from Jacob Carlborg <doob at me.com> ---
Would it be possible to get the parameter types of a lambda which has some
parameter types specified and some not? In that case I would expect "void" to
be returned for those parameters that don't have a specified type.
(int a, b) => a + b
--
More information about the Digitalmars-d-bugs
mailing list