[Issue 23558] add __traits(getModuleClasses [, module name])

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 15 06:53:40 UTC 2022


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

Richard Cattermole <alphaglosined at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alphaglosined at gmail.com

--- Comment #1 from Richard Cattermole <alphaglosined at gmail.com> ---
Alternatively, return the types, and add a trait for getting the fully
qualified name from a symbol (std.traits fullyQualifiedName is absolutely
insane). This could also simplify handling of inner classes.

This will also take care of getting ClassInfo.

--


More information about the Digitalmars-d-bugs mailing list