<div class="gmail_quote">On 5 February 2012 02:55, Walter Bright <span dir="ltr"><<a href="mailto:newshound2@digitalmars.com">newshound2@digitalmars.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 2/4/2012 11:57 AM, Manu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
My key concern is with my function names... should I be worried about name<br>
collisions in such a low level lib?<br>
</blockquote>
<br></div>
No. D's module resolution is good enough that prefixing names is not D-style and is to be avoided.<br></blockquote><div><br></div><div>One concern that has occurred to me relating to the D module system is... without any traditional header files, how will this API inline properly? It helps that every function is a template, so I suppose that forces it to inline yeah?</div>
<div>I'm quite concerned by a lack of force-inline keyword... it can't be left to the compiler to decide to inline these or not. they MUST be inlined, there is no compromise.</div></div>