MatchIndex constructor

MatchIndex(
  1. int start,
  2. int end
)

Instantiates a match location

Implementation

MatchIndex(this.start, this.end);