Range (computer programming): Difference between revisions

Content deleted Content added
Range as an alternative to iterator: Add reference to the D standard library
Line 23:
}}</ref> It is argued <ref name="itersmustgo" /> that "Ranges are a superior abstraction" (compared to iterators) for several reasons, including better safety.
 
In particular, such ranges are supported in [[Boost C++ Libraries]]<ref>[http://www.boost.org/libs/range/index.html Boost.Range documentation]</ref> and the [[D Phobos Runtime Library]].<ref>[http://dlang.org/phobos/std_range.html D Phobos Runtime Library std.range module]</ref>
 
==See also==