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!

Reply via email to