Pre-iteration hook.

Used to inform self that the iteration is starting. Specific iterators can use this to prepare some resources.

Is automatically invoked at the beginning of for structures.

Do nothing by default.

Property definitions

core $ MapIterator :: start
	# Pre-iteration hook.
	#
	# Used to inform `self` that the iteration is starting.
	# Specific iterators can use this to prepare some resources.
	#
	# Is automatically invoked at the beginning of `for` structures.
	#
	# Do nothing by default.
	fun start do end
lib/core/collection/abstract_collection.nit:788,2--796,17