Does the element have a value for this metric?

Property definitions

nitc $ Metric :: has_element
	# Does the element have a value for this metric?
	fun has_element(element: ELM): Bool do return values.has_key(element)
src/metrics/metrics_base.nit:177,2--178,70