If importyou insert something into the D-module, you can write
import std.string;
or
import std.string: format;
Besides the obvious semantic differences, does this have any other effects? For example, binary file size, compilation time, something else?
source
share