Match

class for matching an array exactly

class Match : Parser!(T)(
T
) {
T[] fExpected;
bool fCollect;
}

Meta