I noticed some includes in d are inside of functions.
void foo() {
import thingIneed:subfoo;
subfoo();
}
would this allow people to use a large library like LCL but with
much smaller executables?
Taylor Hillegeist via Digitalmars-d Sun, 01 Mar 2015 12:45:41 -0800
I noticed some includes in d are inside of functions.
void foo() {
import thingIneed:subfoo;
subfoo();
}
would this allow people to use a large library like LCL but with
much smaller executables?