Phobos for Review: std.buffer.scopebuffer
Dicebot
public at dicebot.lv
Sun Feb 9 05:08:44 PST 2014
On Sunday, 9 February 2014 at 12:57:32 UTC, Jakob Ovrum wrote:
> The implementation of `fun` can just forward `sneaky` onto
> another function. Cue some simple inlining and there is no
> bloat (at runtime, anyhow).
I am not speaking about what "sufficiently clever compiler" can
do but what current frontend does. New aliased identifier == new
instance. Always.
More information about the Digitalmars-d
mailing list