http://d.puremagic.com/issues/show_bug.cgi?id=8106
--- Comment #15 from Walter Bright <[email protected]> 2012-06-25 19:32:45 PDT --- How about: 1. reverting the is(typeof(foo) P == function) to the old 2.059 behavior of being a type tuple only. 2. adding a "parameters" to traits, so that: __traits(parameters, foo) returns a tuple that includes types, identifiers, and default values (like the 2.060 beta does now)? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
