Range (computer programming): Difference between revisions

Content deleted Content added
Reverted to revision 474503030 by BattyBot: That just making things unnecessarily complicated. (TW)
updated old link
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/doc/libs/1_35_0/libs/range/doc/introindex.html Boost.Range documentation]</ref>
 
==See also==