Is it possible to disallow import for certain functions?
Mike Parker
aldacron at gmail.com
Sat Jul 27 12:06:11 UTC 2019
On Saturday, 27 July 2019 at 12:05:27 UTC, Mike Parker wrote:
>
> module otherFile;
>
> version otherMain() {
> ...
> }
eh...
version(otherMain) {
}
More information about the Digitalmars-d-learn
mailing list