Create a new ModelMatches from an array of matches

Elements are copied.

Property definitions

nitc $ IndexMatches :: from_matches
	# Create a new ModelMatches from an array of matches
	#
	# Elements are copied.
	init from_matches(matches: Array[IndexMatch]) do self.add_all matches
src/model/model_index.nit:446,2--449,70