Suggestion to implement __traits(getImports, Scope)

Yuriy via Digitalmars-d digitalmars-d at puremagic.com
Thu May 8 11:28:53 PDT 2014


Hello D community,
What do you think of a new __traits(getImports, Scope), that 
returns a tuple of strings, which are imports made in a scope? If 
scope is a module, it will produce a tuple like ("std.conv", 
"std.traits").


More information about the Digitalmars-d mailing list