port c macro to D

Trass3r un at known.com
Thu Sep 15 11:30:21 PDT 2011


>> Also by static function you probably mean private in D.
> No, I meant for mixin I nead static functions, but I just realized,
> it also works without the static keyword.

I think static has no meaning in global scope, only in function scope  
where it tells the compiler you don't want a closure.


More information about the Digitalmars-d-learn mailing list