On Jun 23, 2009, at 7:12 PM, Ted Dunning wrote:
I would say that the iterator that makes sense for all vectors should bedefault, if there is any default. Option 1: no default, user must specify which they want (avoidsassumptions), Vector is no longer an iterable, but has two methods thatreturn iterables.
+1. I'll work this up as part of M-77 patch I have going.