On 9/27/20 1:17 AM, 60rntogo wrote:
On Sunday, 27 September 2020 at 03:33:20 UTC, Mike Parker wrote:
package.d is for your external interface.

Fair enough, thanks.

This isn't an issue with package, it's an issue with a circular dependency.

You are importing yourself and trying alias something to itself before that is defined, which has a conflict.

-Steve

Reply via email to