Keyword "package" prevents from importing a package module "package.d"
Adam D Ruppe
destructionator at gmail.com
Thu Nov 2 13:04:37 UTC 2023
On Thursday, 2 November 2023 at 12:52:35 UTC, BoQsc wrote:
> Therefore the need to import `package.d` is needed and I can't
> see a solution, which means
tbh package.d should never be used. It is a poorly designed,
buggy misfeature of the language with plenty of better working
alternatives (it is no different than making a `module
yourthing.all;` people can import execpt with more limitations
and bugs.)
More information about the Digitalmars-d-learn
mailing list