core :: MapIterator :: key
Require is_ok.
	# The key of the current item.
	# Require `is_ok`.
	fun key: K is abstract
					lib/core/collection/abstract_collection.nit:774,2--776,23
				
	redef var key = new MatrixCoordinate(0, 0)
					lib/matrix/matrix.nit:267,2--43