On Mon, Sep 10, 2012 at 7:38 PM, Nick Treleaven <[email protected]> wrote:
> I assumed he only needed class construction. I forgot that we already have > std.container.make (which also works with structs): Oh, I wasn't criticizing your code, just listing my needs :) I didn't know about std.container.make. > make!A(5).i.writeln(); > > I noticed jmdavis has a pull request for what you describe: > https://github.com/D-Programming-Language/phobos/pull/756 Good!
