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.
# 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:252,2--260,17