Instead: import pack.foo : Foo;Works.
OK, sure. It's just that the motivation behind doing public imports in package.d is that I can write "import pack" instead of "import pack.foo". I guess it simply doesn't work within the package itself.
60rntogo via Digitalmars-d-learn Sat, 26 Sep 2020 15:45:35 -0700
Instead: import pack.foo : Foo;Works.
OK, sure. It's just that the motivation behind doing public imports in package.d is that I can write "import pack" instead of "import pack.foo". I guess it simply doesn't work within the package itself.