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

Reply via email to