Property definitions

core $ IndexedIterator :: defaultinit
# Iterators on indexed collections.
interface IndexedIterator[E]
	super Iterator[E]
	# The index of the current item.
	fun index: Int is abstract
end
lib/core/collection/abstract_collection.nit:1264,1--1269,3