std.compress
David Nadlinger
code at klickverbot.at
Thu Jun 6 08:22:16 PDT 2013
On Thursday, 6 June 2013 at 13:34:42 UTC, Xiaoxi wrote:
> are cross module / file, inling working on all d compilers? if
> not, bigger modules are better.
This is not at all relevant if either
a) the functions in question are templates, as it is the case
here
or
b) the functions in a bigger module don't call each other
anyway, such as in many kitchen-sink modules that just group
vaguely related functionality together.
David
More information about the Digitalmars-d
mailing list