Type of data representation used to associate elements and values.

Property definitions

nitc $ Metric :: RES
	# Type of data representation used to associate elements and values.
	type RES: Map[ELM, VAL]
src/metrics/metrics_base.nit:156,2--157,24

nitc $ IntMetric :: RES
	redef type RES: Counter[ELM]
src/metrics/metrics_base.nit:242,2--29