count

infix fun KetexToken.count(count: Int): KetexToken

Appends an exact quantifier ({3}) to the current token.

Matches the specified quantity of the previous token. {3} will match exactly 3.