[Submission] D Slices

Ali Çehreli acehreli at yahoo.com
Tue May 31 12:53:55 PDT 2011


On 05/31/2011 08:10 AM, eles wrote:

 > I know no other examples where open-right limits are used.

The C++ standard library uses open-right with its pairs of iterators. 
The second iterator "points" at one beyond the last element of the range.

Ali



More information about the Digitalmars-d mailing list