How to find all modules in a package?

Adam D Ruppe destructionator at gmail.com
Wed Aug 3 12:24:38 UTC 2022


On Wednesday, 3 August 2022 at 03:36:55 UTC, Domain wrote:
> I want to find out all public functions in all modules in a 
> package. Can I do that at compile time?

No, D packages are not closed; anyone can add new modules to them 
at any time.


More information about the Digitalmars-d-learn mailing list