Code layout for range-intensive D code

Philippe Sigaud philippe.sigaud at gmail.com
Mon Jun 11 00:36:34 PDT 2012


On Mon, Jun 11, 2012 at 2:36 AM, ixid <nuaccount at gmail.com> wrote:
> I must say that this is what I love about the D community- getting a very
> thorough answer to a rather basic and newbie question from someone who knows
> what they're talking about.

auto answers = questions.filter!(isBasic)
                                         .filter!(fromNewbie)
                                         .map!(jonathanMDavis)
                                         .array();

Hey, you can even get lazy answers :)


More information about the Digitalmars-d mailing list