Is there an annotation that declares a function compile-time
only? I'm attempting to use a mixin string generating function
that uses standard druntime imports, but I'm working in a
no-stdlib environment. I never need to use this function at
runtime (as is the case, I imagine, with a great many of mixin
string generating functions) so is there a way I can omit it?
- Compile-Time Only Function Moinak Bhattacharyya via Digitalmars-d
- Re: Compile-Time Only Function Stefan Koch via Digitalmars-d
- Re: Compile-Time Only Func... Moinak Bhattacharyya via Digitalmars-d
- Re: Compile-Time Only ... Moinak Bhattacharyya via Digitalmars-d
- Re: Compile-Time O... Mike via Digitalmars-d
- Re: Compile-T... Moinak Bhattacharyya via Digitalmars-d
- Re: Compi... Mike via Digitalmars-d
- Re: Compile-Time Only Function Mike via Digitalmars-d
- Re: Compile-Time Only Func... Moinak Bhattacharyya via Digitalmars-d
- Re: Compile-Time Only ... Stefan Koch via Digitalmars-d
- Re: Compile-Time Only ... Mike via Digitalmars-d
