static void clearTokens_maybeReTok(L tok, int i, int j, bool reTok) { clearTokens(tok, i, j); if (reTok) reTok(tok, i, j); }