nitc :: IndexMatches :: from_matches
Elements are copied.
# 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