Returns a new Cartesian where the first collection is the second.

Because the full collection is virtual, the operation is cheap!

Property definitions

cartesian $ Cartesian :: swap
	# Returns a new Cartesian where the first collection is the second.
	# Because the full collection is virtual, the operation is cheap!
	fun swap: Cartesian[F, E] do return new Cartesian[F, E](cf, ce)
lib/cartesian/cartesian.nit:120,2--122,64