Resulting colors

REQUIRE: is_colored

Property definitions

nitc $ POSetColorer :: colors
	# Resulting colors
	# REQUIRE: is_colored
	fun colors: Map[E, Int] do
		assert is_colored
		return colors_cache
	end
src/compiler/coloring.nit:191,2--196,4