The iterator over the first collection of the Cartesian product.

Will be used only once.

Property definitions

cartesian $ CartesianIterator :: ice
	# The iterator over the first collection of the Cartesian product.
	# Will be used only once.
	private var ice: Iterator[E] is noinit
lib/cartesian/cartesian.nit:132,2--134,39