Map of all mentities indexed by their name

Property definitions

nitc $ ModelIndex :: _names
	# Map of all mentities indexed by their `name`
	var names = new HashMap[String, Array[MEntity]]
src/model/model_index.nit:250,2--251,48