IgnoreMatchResult
class IgnoreMatchResult(val tokenEndsAt: Int, val nextStateBehavior: NextStateBehavior) : MatcherResult
Indicates that the match was successful, but no token should be created for this match.
Indicates that the match was successful, but no token should be created for this match.