Range (computer programming): Difference between revisions

Content deleted Content added
updated old link
No edit summary
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>
 
==See also==