Re: [Tutor] PolyRange -- iterator

2009-11-04 Thread Stefan Lesicnik
On Wed, Nov 4, 2009 at 7:17 PM, Hugo Arts wrote: > On Wed, Nov 4, 2009 at 5:38 PM, spir wrote: >> Hello, >> >> as I was crawling in endless complications with unadequate ranges, I decided >> to create a "PolyRange" type able to hold arbitrary many "sub-range"; which >> means finally a big range

Re: [Tutor] PolyRange -- iterator

2009-11-04 Thread Hugo Arts
On Wed, Nov 4, 2009 at 5:38 PM, spir wrote: > Hello, > > as I was crawling in endless complications with unadequate ranges, I decided > to create a "PolyRange" type able to hold arbitrary many "sub-range"; which > means finally a big range with wholes in it. This whole stuff again to cope > wit