Clay language

Walter Bright newshound2 at digitalmars.com
Tue Dec 28 04:31:51 PST 2010


bearophile wrote:
> bearophile:
> 
>> import foo: all*; // imports all names in the "all" name pack
> 
> Or just:
> import foo.all: *;

Better yet:

    import foo.all;

and it's even implemented!


More information about the Digitalmars-d mailing list