Post-iteration hook.

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

Is automatically invoked at the end of for structures.

Do nothing by default.

Property definitions

core $ MapIterator :: finish
	# Post-iteration hook.
	#
	# Used to inform `self` that the iteration is over.
	# Specific iterators can use this to free some resources.
	#
	# Is automatically invoked at the end of `for` structures.
	#
	# Do nothing by default.
	fun finish do end
lib/core/collection/abstract_collection.nit:798,2--806,18