An iterator that includes the index for each element.
new(it:Iterator<T>)
hasNext():Bool
next():Indexed<T>