On Thu, 6 Mar 2003, fglock wrote:

> Dave Rolsky wrote:
> >  my $iter = $set->iterator;
> >  while ( my $dt = $iter->next ) { ... }
>
> Maybe '$iter' could be a Object::Iterate ?

I'm not sure what this would gain us.  Users would be forced to import the
functions from Object::Iterate to do anything with our iterator object,
and we'd have to create a weird API.


-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to