[Issue 14964] __traits(isAlias, foo)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 12 03:30:06 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=14964

--- Comment #7 from Mike Parker <aldacron at gmail.com> ---
(In reply to Walter Bright from comment #6)
> 
> > __traits(getAllMembers, funcs)
> 
> Perhaps a better solution is to have getAllMembers ignore aliases, as
> aliases are members only for the purpose of symbol lookup.

That's fine, too. Anything that allows filtering out the aliases from the
actual symbols during reflection to avoid redundancy.

--


More information about the Digitalmars-d-bugs mailing list