API  1.0.0
CPIndexSet.h
Go to the documentation of this file.
1 
2 @interface CPIndexSet : CPObject
3 {
4  unsigned _count;
5  CPArray _ranges;
6 }
7 @end
A collection of unique integers.
Definition: CPIndexSet.h:2