Object.factory() and exe file size bloat

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 21 04:57:04 PDT 2015


On Friday, 21 August 2015 at 11:48:12 UTC, Steven Schveighoffer 
wrote:
> Sure:
>
> pragma(inline, true) T[] _d_arrayliteral(T)(size_t length)
>
> -Steve

Btw, are `pragma(inline, true)` function actually guaranteed to 
not have own code gen? :)


More information about the Digitalmars-d mailing list