Ali Cehrili on D Ranges at D Conference 2012

Walter Bright newshound2 at digitalmars.com
Sun May 27 13:12:53 PDT 2012


Elements of containers (and pseudo-containers) are accessed by the range 
abstraction of D. D's InputRange, ForwardRange, BidirectionalRange, 
RandomAccessRange, and OutputRange are sufficient to connect many types of 
containers and many types of algorithms.

Most modules of Phobos, including std.range, provide algorithms and ranges that 
make programs consistent, fast, and easy to maintain.

-- http://astoriaseminar.com/sessions.html


More information about the Digitalmars-d-announce mailing list