The iterator over the second collection of the Cartesian product.

Will be used once for each element of the first collection.

Property definitions

cartesian $ CartesianIterator :: _icf
	# The iterator over the second collection of the Cartesian product.
	# Will be used once for each element of the first collection.
	private var icf: Iterator[F] is noinit
lib/cartesian/cartesian.nit:136,2--138,39